Changeset 6fe77af for trip-planner-front/src/app/app.module.ts
- Timestamp:
- 02/06/22 18:15:51 (3 years ago)
- Branches:
- master
- Children:
- 571e0df
- Parents:
- 76712b2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/src/app/app.module.ts
r76712b2 r6fe77af 52 52 import { ExploreResultComponent } from './explore/explore-result/explore-result.component'; 53 53 import {RatingModule} from 'primeng/rating'; 54 import { CustomValidators } from './providers/CustomValidators'; 54 import { AddLocationComponent } from './location/add-location/add-location.component'; 55 import {StepsModule} from 'primeng/steps'; 56 import {MatStepperModule} from '@angular/material/stepper'; 57 import {FileUploadModule} from 'primeng/fileupload'; 55 58 56 59 @NgModule({ … … 68 71 LoginComponent, 69 72 ExploreComponent, 70 ExploreResultComponent 71 ], 73 ExploreResultComponent, 74 AddLocationComponent 75 ], 72 76 imports: [ 73 77 BrowserModule, … … 110 114 CardModule, 111 115 AutoCompleteModule, 112 RatingModule 113 ], 116 RatingModule, 117 StepsModule, 118 MatStepperModule, 119 FileUploadModule 120 ], 114 121 115 122
Note:
See TracChangeset
for help on using the changeset viewer.