Skip to content

Commit cf73f7a

Browse files
fix demo add changeDetection: ChangeDetectionStrategy.Eager,
1 parent 87f07f9 commit cf73f7a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/demos/Demos/Splitter/Overview/Angular/app/app.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ if (window && window.config?.packageConfigPaths) {
1818
}
1919

2020
@Component({
21+
changeDetection: ChangeDetectionStrategy.Eager,
2122
selector: 'demo-app',
2223
templateUrl: `.${modulePrefix}/app.component.html`,
2324
styleUrls: [`.${modulePrefix}/app.component.css`],

0 commit comments

Comments
 (0)