Travel component
This commit is contained in:
@@ -8,6 +8,7 @@ import { AppComponent } from './app.component';
|
||||
import { APP_ROUTES } from './app.routes';
|
||||
import { USER_API_URL, TRAVEL_API_URL } from './app.config';
|
||||
import { HomeComponent } from './home/home.component';
|
||||
import { TravelComponent } from './travel/travel.component';
|
||||
import { SharedModule } from './shared/shared.module';
|
||||
import { RouterModule, ExtraOptions } from '@angular/router';
|
||||
import { useHash } from '../flags';
|
||||
@@ -42,8 +43,9 @@ const ROUTING_OPTIONS: ExtraOptions = {
|
||||
declarations: [
|
||||
AppComponent,
|
||||
HomeComponent,
|
||||
TravelComponent,
|
||||
HeaderComponent,
|
||||
ListComponent,
|
||||
ListComponent
|
||||
],
|
||||
providers: [
|
||||
// (useHash) ? { provide: LocationStrategy, useClass: HashLocationStrategy } : [],
|
||||
|
||||
Reference in New Issue
Block a user