Skip to content

Commit c99a902

Browse files
committed
Merge branch 'nigrosimone-patch-1'
2 parents c30a97c + d7d30b1 commit c99a902

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
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)