Skip to content

Commit

Permalink
chore: add router module to blog posts
Browse files Browse the repository at this point in the history
  • Loading branch information
petruburlacu committed May 9, 2022
1 parent a640d7e commit 7768c29
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { BlogPostComponent } from './blog-post.component';
import { BlogPostRoutingModule } from './blog-post-routing.module';
import { MarkdownModule } from 'ngx-markdown';
import { HeaderModule } from 'src/app/shared/ui/header/header.module';
import { RouterModule } from '@angular/router';



Expand All @@ -14,6 +15,7 @@ import { HeaderModule } from 'src/app/shared/ui/header/header.module';
imports: [
BlogPostRoutingModule,
CommonModule,
RouterModule,
HeaderModule,
MarkdownModule.forChild(),
]
Expand Down

0 comments on commit 7768c29

Please sign in to comment.