diff --git a/src/app/app.component.html b/src/app/app.component.html index add07d5..3d6e0b2 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -1,8 +1,10 @@ {{ 'title' | transloco }} - {{ 'logout' | transloco }} - {{ 'login' | transloco }} + {{ 'logout' | transloco }} + + {{ 'login' | transloco }} + {{ 'recipe.add.link' | transloco }} diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 4814a3a..e77dbdf 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -16,6 +16,7 @@ import { NgIf } from '@angular/common'; RecipeFormComponent, RecipeListComponent, TranslocoPipe, + NgIf, ], providers: [RecipeService, TranslocoService, NgIf], templateUrl: './app.component.html',