Localhost como auth server. BUG: La app no loguea.
This commit is contained in:
@@ -18,7 +18,7 @@ import { MatPaginatorModule } from '@angular/material/paginator';
|
||||
import { MatSortModule } from '@angular/material/sort';
|
||||
import { MatInputModule } from '@angular/material/input';
|
||||
import { MatProgressSpinnerModule } from '@angular/material/progress-spinner';
|
||||
import { TravelListComponent } from './travel-list/travel-list.component';
|
||||
import { ListComponent } from './list/list.component';
|
||||
|
||||
const ROUTING_OPTIONS: ExtraOptions = {
|
||||
// preloadingStrategy: CustomPreloadingStrategy,
|
||||
@@ -51,7 +51,7 @@ const ROUTING_OPTIONS: ExtraOptions = {
|
||||
AppComponent,
|
||||
HomeComponent,
|
||||
HeaderComponent,
|
||||
TravelListComponent,
|
||||
ListComponent,
|
||||
],
|
||||
providers: [
|
||||
// (useHash) ? { provide: LocationStrategy, useClass: HashLocationStrategy } : [],
|
||||
|
||||
Reference in New Issue
Block a user