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 b8c9feb commit c8742daCopy full SHA for c8742da
src/content/docs/en/getting-started/getting-started.mdx
@@ -115,7 +115,7 @@ Hot reloading is a feature that allows you to see the changes you make to your c
115
116
```html ins="app.html"
117
// app.html
118
- <h1>Welcome to {{title}}!</h1>
+ <h1>Welcome to {{title()}}!</h1>
119
```
120
121
3. In the file `app.ts`, locate the `imports` array and remove the `RouterOutlet` import:
0 commit comments