File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- import { ApplicationConfig , provideZoneChangeDetection } from "@angular/core" ;
1+ import {
2+ type ApplicationConfig ,
3+ provideZoneChangeDetection ,
4+ } from "@angular/core" ;
25import { provideRouter } from "@angular/router" ;
36
47import { routes } from "./app.routes" ;
Original file line number Diff line number Diff line change 1- import { Routes } from "@angular/router" ;
1+ import type { Routes } from "@angular/router" ;
22
33export const routes : Routes = [ ] ;
Original file line number Diff line number Diff line change 11import { bootstrapApplication } from "@angular/platform-browser" ;
2- import { appConfig } from "./app/app.config" ;
32import { AppComponent } from "./app/app.component" ;
3+ import { appConfig } from "./app/app.config" ;
44
55bootstrapApplication ( AppComponent , appConfig ) . catch ( ( err ) =>
66 console . error ( err ) ,
You can’t perform that action at this time.
0 commit comments