diff --git a/src/app/app.module.ts b/src/app/app.module.ts index 80612d4..bd105b4 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -9,6 +9,8 @@ import { PostComponent } from './components/post/post.component'; import { DataloaderService } from 'app/services/dataloader.service'; import { HttpClientModule } from '@angular/common/http'; import { CvComponent } from './components/cv/cv.component'; +import { PostpipePipe } from './pipes/postpipe.pipe'; +import { PosttypepipePipe } from './pipes/posttypepipe.pipe'; @NgModule({ declarations: [ @@ -16,7 +18,9 @@ import { CvComponent } from './components/cv/cv.component'; HomeComponent, PostsComponent, PostComponent, - CvComponent + CvComponent, + PostpipePipe, + PosttypepipePipe ], imports: [ BrowserModule, diff --git a/src/app/components/posts/posts.component.html b/src/app/components/posts/posts.component.html index 63c2a60..b213059 100644 --- a/src/app/components/posts/posts.component.html +++ b/src/app/components/posts/posts.component.html @@ -1,9 +1,13 @@ -