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 e9ca9e0 commit d7d30b1Copy full SHA for d7d30b1
frameworks/keyed/angular-cf-signals-nozone/src/app/app.component.ts
@@ -1,4 +1,3 @@
1
-import { NgFor } from "@angular/common";
2
import { ChangeDetectionStrategy, Component, signal } from "@angular/core";
3
4
const adjectives = [
@@ -65,7 +64,6 @@ interface Data {
65
64
@Component({
66
selector: "app-root",
67
changeDetection: ChangeDetectionStrategy.OnPush,
68
- imports: [NgFor],
69
templateUrl: "./app.component.html"
70
})
71
export class AppComponent {
0 commit comments