Update app module

This commit is contained in:
Matteo Gheza 2022-01-06 22:15:54 +01:00
parent 33cc6e4ff9
commit ec6b551d4c
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ import { ToastrModule } from 'ngx-toastr';
import { ModalModule } from 'ngx-bootstrap/modal';
import { TooltipModule } from 'ngx-bootstrap/tooltip';
import { BsDatepickerModule } from 'ngx-bootstrap/datepicker';
import { LeafletModule } from '@asymmetrik/ngx-leaflet';
import { AppRoutingModule } from './app-routing.module';
import { AppComponent } from './app.component';
@ -58,6 +59,7 @@ import { UnauthorizedInterceptor } from './_providers/unauthorized-interceptor.p
ModalModule.forRoot(),
TooltipModule.forRoot(),
BsDatepickerModule.forRoot(),
LeafletModule,
ServiceWorkerModule.register('ngsw-worker.js', {
enabled: false && environment.production,
// Register the ServiceWorker as soon as the app is stable