Changeset bdd6491 for trip-planner-front/src/app/app.module.ts
- Timestamp:
- 12/28/21 08:56:55 (3 years ago)
- Branches:
- master
- Children:
- b738035
- Parents:
- 84d0fbb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/src/app/app.module.ts
r84d0fbb rbdd6491 43 43 import { InputTextModule } from 'primeng/inputtext'; 44 44 import { RippleModule } from 'primeng/ripple'; 45 import { PaginatorModule} from 'primeng/paginator';46 import { CardModule} from 'primeng/card';45 import { PaginatorModule } from 'primeng/paginator'; 46 import { CardModule } from 'primeng/card'; 47 47 import { RegisterComponent } from './homepage/register/register.component'; 48 48 import { LoginComponent } from './homepage/login/login.component'; 49 49 import { AuthGuard } from './auth/auth.guard'; 50 50 import { AuthInterceptor } from './auth/auth.interceptor'; 51 51 52 52 53 @NgModule({ … … 111 112 PlannerService, 112 113 { 113 provide: MatDialogRef, 114 useValue: {}, 115 114 provide: MatDialogRef, 115 useValue: {}, 116 116 117 }, 117 118 { … … 125 126 AuthGuard 126 127 ], 127 128 128 129 entryComponents: [ 129 130 AddLocationToPlannerPanelComponent
Note:
See TracChangeset
for help on using the changeset viewer.