@@ -10,14 +10,14 @@ import { SidenavComponent } from "../sidenav/sidenav.component";
1010import { SearchDialogComponent } from "../../partials/search-dialog/search-dialog.component" ;
1111import { FooterComponent } from "../footer/footer.component" ;
1212import { ThemeService } from "../../services/theme.service" ;
13+ import { SanitizerHtmlPipe } from "../../pipes/sanitizer-html.pipe" ;
14+ import { YoutubeVideoEmbedDirective } from "../../directives/youtube-video-embed.directive" ;
15+ import { ViewportScroller } from "@angular/common" ;
1316
1417import { TagModule } from "primeng/tag" ;
1518import { ToolbarModule } from "primeng/toolbar" ;
1619import { ButtonModule } from "primeng/button" ;
1720import { InputSwitchModule } from "primeng/inputswitch" ;
18- import { SanitizerHtmlPipe } from "../../pipes/sanitizer-html.pipe" ;
19- import { YoutubeVideoEmbedDirective } from "../../directives/youtube-video-embed.directive" ;
20- import { ViewportScroller } from "@angular/common" ;
2121import { AvatarModule } from 'primeng/avatar' ;
2222import { AvatarGroupModule } from 'primeng/avatargroup' ;
2323
@@ -63,7 +63,7 @@ export class PostDetailsComponent implements OnInit, OnDestroy {
6363 @Input ( { required : true } ) postSlug ! : string ;
6464
6565 ngOnInit ( ) : void {
66- this . scroller . scrollToPosition ( [ 0 , 0 ] ) ;
66+ this . scroller . scrollToPosition ( [ 0 , 0 ] ) ;
6767 this . blogURL = this . blogService . getBlogURL ( ) ;
6868 this . querySubscription = this . blogService
6969 . getBlogInfo ( this . blogURL )
0 commit comments