We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e78afda commit 89adaa9Copy full SHA for 89adaa9
1 file changed
addon/src/services/page-title.ts
@@ -44,7 +44,7 @@ export default class PageTitleService extends Service {
44
45
// in fastboot context "document" is instance of
46
// ember-fastboot/simple-dom document
47
- @service('-document') private declare document: FastBootDocument;
+ @service('-document') declare private document: FastBootDocument;
48
49
tokens: PageTitleToken[] = [];
50
0 commit comments