|
|
|
@ -3,11 +3,12 @@ import { Recipe } from '../../model/recipe.model';
|
|
|
|
|
import { Input } from '@angular/core';
|
|
|
|
|
import { TruncatePipe } from '../../pipes/truncate.pipe';
|
|
|
|
|
import { TranslocoPipe } from '@jsverse/transloco';
|
|
|
|
|
import { RouterModule } from '@angular/router';
|
|
|
|
|
|
|
|
|
|
@Component({
|
|
|
|
|
selector: 'app-recipe-mini',
|
|
|
|
|
standalone: true,
|
|
|
|
|
imports: [TruncatePipe, TranslocoPipe],
|
|
|
|
|
imports: [TruncatePipe, TranslocoPipe, RouterModule],
|
|
|
|
|
templateUrl: './recipe-mini.component.html',
|
|
|
|
|
styleUrl: './recipe-mini.component.css'
|
|
|
|
|
})
|
|
|
|
|