diff --git a/src/app/showcase/layout/doc/app.docsection.component.ts b/src/app/showcase/layout/doc/app.docsection.component.ts index 28437db9f64..882cc42d4c6 100644 --- a/src/app/showcase/layout/doc/app.docsection.component.ts +++ b/src/app/showcase/layout/doc/app.docsection.component.ts @@ -34,7 +34,7 @@ import { Doc } from 'src/app/showcase/domain/doc'; `, - changeDetection: ChangeDetectionStrategy.OnPush, + changeDetection: ChangeDetectionStrategy.OnPush }) export class AppDocSectionsComponent { @Input() docs!: Doc[];