Skip to content

Commit d7d30b1

Browse files
authored
chore: remove useless import of ngFor
ngFor import is useless becouse template use @for
1 parent e9ca9e0 commit d7d30b1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

frameworks/keyed/angular-cf-signals-nozone/src/app/app.component.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { NgFor } from "@angular/common";
21
import { ChangeDetectionStrategy, Component, signal } from "@angular/core";
32

43
const adjectives = [
@@ -65,7 +64,6 @@ interface Data {
6564
@Component({
6665
selector: "app-root",
6766
changeDetection: ChangeDetectionStrategy.OnPush,
68-
imports: [NgFor],
6967
templateUrl: "./app.component.html"
7068
})
7169
export class AppComponent {

0 commit comments

Comments
 (0)