-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade to ember-page-title@v8.2.0, which provides its own types now
- Loading branch information
1 parent
ceccff4
commit b1bb883
Showing
5 changed files
with
52 additions
and
16 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
{{! @glint-expect-error }} | ||
{{page-title "TestApp"}} | ||
|
||
<h2 id="title">Welcome to Ember</h2> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,9 @@ | ||
import '@glint/environment-ember-loose'; | ||
|
||
import type PageTitle from 'ember-page-title/template-registry'; | ||
|
||
declare module '@glint/environment-ember-loose/registry' { | ||
export default interface Registry extends PageTitle { | ||
/* your local loose-mode entries here */ | ||
} | ||
} |