Skip to content

Commit

Permalink
refactor: enable hydration for the article component
Browse files Browse the repository at this point in the history
  • Loading branch information
valerymelou committed Jul 21, 2024
1 parent 49ddd76 commit cadd609
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ import { ButtonComponent, LinkComponent } from '@valerymelou/shared/ui';
],
templateUrl: './blog-article.component.html',
viewProviders: [provideIcons({ bootstrapArrowLeft })],
host: { ngSkipHydration: 'true' },
})
export class BlogArticleComponent implements OnInit, OnDestroy {
article!: Article;
Expand Down

0 comments on commit cadd609

Please sign in to comment.