We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83d6c59 commit 9a68155Copy full SHA for 9a68155
src/app/app.ts
@@ -1,10 +1,11 @@
1
-import { Component } from '@angular/core';
+import { ChangeDetectionStrategy, Component } from '@angular/core';
2
import { Navigation } from './components/navigation/navigation';
3
4
@Component({
5
selector: 'app-root',
6
imports: [Navigation],
7
template: `<app-navigation class="h-full"></app-navigation>`,
8
+ changeDetection: ChangeDetectionStrategy.OnPush,
9
styles: [
10
`
11
:host {
0 commit comments