Skip to content

Commit 58ea16f

Browse files
committed
update angular
1 parent b7f5155 commit 58ea16f

File tree

12 files changed

+13560
-9604
lines changed

12 files changed

+13560
-9604
lines changed

frameworks/keyed/angular-cf-nozone/package-lock.json

Lines changed: 3374 additions & 2384 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frameworks/keyed/angular-cf-nozone/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@
1717
},
1818
"private": true,
1919
"dependencies": {
20-
"@angular/common": "18.0.1",
21-
"@angular/compiler": "18.0.1",
22-
"@angular/core": "18.0.1",
23-
"@angular/platform-browser": "18.0.1",
24-
"@angular/ssr": "18.0.2",
20+
"@angular/common": "19.0.3",
21+
"@angular/compiler": "19.0.3",
22+
"@angular/core": "19.0.3",
23+
"@angular/platform-browser": "19.0.3",
24+
"@angular/ssr": "19.0.4",
2525
"rxjs": "7.8.1",
2626
"tslib": "^2.6.2"
2727
},
2828
"devDependencies": {
29-
"@angular/build": "^18.0.2",
30-
"@angular/cli": "18.0.2",
31-
"@angular/compiler-cli": "18.0.1",
29+
"@angular/build": "^19.0.4",
30+
"@angular/cli": "19.0.4",
31+
"@angular/compiler-cli": "19.0.3",
3232
"@types/node": "^20.11.30",
33-
"typescript": "5.4.3"
33+
"typescript": "5.6.3"
3434
}
3535
}

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ const nouns = ["table", "chair", "house", "bbq", "desk", "car", "pony", "cookie"
1212

1313
@Component({
1414
selector: 'app-root',
15-
standalone: true,
1615
imports: [NgFor],
17-
templateUrl: './app.component.html',
16+
templateUrl: './app.component.html'
1817
})
1918
export class AppComponent {
2019
private cdr = inject(ChangeDetectorRef);

0 commit comments

Comments
 (0)