| 2 | import { tracked } from '@glimmer/tracking'; |
| 3 | |
| 4 | export default class HeadDataService extends Service { |
| 5 | @tracked title; |
| 6 | @tracked isRelease; |
| 7 | @tracked compactVersion; |
| 8 | @tracked canonicalUrl; |
| 9 | @tracked description; |
| 10 | } |
nothing calls this directly
no outgoing calls
no test coverage detected