Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/src/app/app.module.ts

    rceaed42 r59329aa  
    1010import { LocationComponent } from './location/location.component';
    1111import { MatIconModule } from '@angular/material/icon';
    12 import {MatListModule} from '@angular/material/list';
    1312import { MatSelectModule } from '@angular/material/select';
    1413import {MatInputModule} from '@angular/material/input';
     
    2928import { DetailPlannerComponent } from './planner/detail-planner/detail-planner.component';
    3029import { AddLocationToPlannerPanelComponent } from './location/add-location-to-planner-panel/add-location-to-planner-panel.component';
     30import { HomepageComponent } from './homepage/homepage.component';
     31import {AccordionModule} from 'primeng/accordion';     //accordion and accordion tab
     32import {MenuItem} from 'primeng/api';
     33import {CarouselModule} from 'primeng/carousel';
     34import {ButtonModule} from 'primeng/button';
     35import {ToastModule} from 'primeng/toast';
     36import {TabViewModule} from 'primeng/tabview';
     37import { LocationDetailsComponent } from './location/location-details/location-details.component';
     38import {GalleriaModule} from 'primeng/galleria';
    3139
    3240@NgModule({
     
    3947    EditPlannerComponent,
    4048    DetailPlannerComponent,
    41     AddLocationToPlannerPanelComponent
     49    AddLocationToPlannerPanelComponent,
     50    HomepageComponent,
     51    LocationDetailsComponent
    4252    ],
    4353  imports: [
     
    6171    HttpClientModule,
    6272    ReactiveFormsModule,
    63     MatSelectModule
    64    
     73    MatSelectModule,
     74    AccordionModule,
     75    CarouselModule,
     76    ButtonModule,
     77    ToastModule,
     78    TabViewModule,
     79    GalleriaModule
    6580  ],
    6681  providers: [
Note: See TracChangeset for help on using the changeset viewer.