Skip to content

Commit 02b8910

Browse files
committed
chore: version 19.0.0-next.12
1 parent 48cc54c commit 02b8910

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

ponyracer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"zone.js": "~0.15.0"
2424
},
2525
"devDependencies": {
26-
"@angular-devkit/build-angular": "^19.0.0-next.11",
27-
"@angular/cli": "^19.0.0-next.11",
26+
"@angular-devkit/build-angular": "^19.0.0-next.12",
27+
"@angular/cli": "^19.0.0-next.12",
2828
"@angular/compiler-cli": "^19.0.0-next.0",
2929
"@types/jasmine": "~5.1.0",
3030
"jasmine-core": "~5.4.0",

ponyracer/src/app/app.component.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ describe('AppComponent', () => {
55
beforeEach(async () => {
66
await TestBed.configureTestingModule({
77
imports: [AppComponent],
8-
98
}).compileComponents();
109
});
1110

ponyracer/src/app/app.config.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,5 @@ import { provideRouter } from '@angular/router';
44
import { routes } from './app.routes';
55

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

0 commit comments

Comments
 (0)