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 158c0aa commit 85c410fCopy full SHA for 85c410f
src/app/app.component.html
@@ -12,7 +12,7 @@
12
<button mat-button class="app-menu-button" (click)="sidenav.toggle()">
13
<i class="material-icons">menu</i>
14
</button>
15
- <span class="title" routerLink="/">{{title}}</span>
+ <span class="title" routerLink="/" i18n>{{title}}</span>
16
</mat-toolbar>
17
</header>
18
<section class="app-content" style="margin: 58px auto 0;max-width:1280px;">
0 commit comments