rename app-routes file
This commit is contained in:
parent
daa5902348
commit
34fa6d2974
@ -2,7 +2,7 @@ import { enableProdMode, importProvidersFrom } from '@angular/core';
|
|||||||
import { environment } from './environments/environment';
|
import { environment } from './environments/environment';
|
||||||
import { bootstrapApplication } from '@angular/platform-browser';
|
import { bootstrapApplication } from '@angular/platform-browser';
|
||||||
import { AppComponent } from './app/app.component';
|
import { AppComponent } from './app/app.component';
|
||||||
import { APP_ROUTES } from './app/app-routing.module';
|
import { APP_ROUTES } from './app/app.routes';
|
||||||
import { LocationStrategy, HashLocationStrategy } from '@angular/common';
|
import { LocationStrategy, HashLocationStrategy } from '@angular/common';
|
||||||
import { RouterModule } from '@angular/router';
|
import { RouterModule } from '@angular/router';
|
||||||
import { provideAnimations } from '@angular/platform-browser/animations'
|
import { provideAnimations } from '@angular/platform-browser/animations'
|
||||||
|
Loading…
Reference in New Issue
Block a user