Skip to content

Commit c92ed96

Browse files
committed
chore: version 20.0.0-next.7
1 parent 2af47c1 commit c92ed96

5 files changed

Lines changed: 10 additions & 8 deletions

File tree

ponyracer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"zone.js": "~0.15.0"
2222
},
2323
"devDependencies": {
24-
"@angular/build": "^20.0.0-next.6",
25-
"@angular/cli": "^20.0.0-next.6",
24+
"@angular/build": "^20.0.0-next.7",
25+
"@angular/cli": "^20.0.0-next.7",
2626
"@angular/compiler-cli": "^20.0.0-next.0",
2727
"@types/jasmine": "~5.1.0",
2828
"jasmine-core": "~5.6.0",

ponyracer/src/app/app.config.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
import { ApplicationConfig, provideZoneChangeDetection } from '@angular/core';
1+
import { ApplicationConfig, provideBrowserGlobalErrorListeners, provideZoneChangeDetection } from '@angular/core';
22
import { provideRouter } from '@angular/router';
33

44
import { routes } from './app.routes';
55

66
export const appConfig: ApplicationConfig = {
7-
providers: [provideZoneChangeDetection({ eventCoalescing: true }), provideRouter(routes)]
7+
providers: [
8+
provideBrowserGlobalErrorListeners(),
9+
provideZoneChangeDetection({ eventCoalescing: true }),
10+
provideRouter(routes)
11+
]
812
};

ponyracer/tsconfig.app.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
{
44
"extends": "./tsconfig.json",
55
"compilerOptions": {
6-
"composite": true,
76
"outDir": "./out-tsc/app",
87
"types": []
98
},

ponyracer/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
"files": [],
2626
"references": [
2727
{
28-
"path": "tsconfig.app.json"
28+
"path": "./tsconfig.app.json"
2929
},
3030
{
31-
"path": "tsconfig.spec.json"
31+
"path": "./tsconfig.spec.json"
3232
}
3333
]
3434
}

ponyracer/tsconfig.spec.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
{
44
"extends": "./tsconfig.json",
55
"compilerOptions": {
6-
"composite": true,
76
"outDir": "./out-tsc/spec",
87
"types": [
98
"jasmine"

0 commit comments

Comments
 (0)