git pull made

This commit is contained in:
Eudes Inácio
2021-09-30 12:53:28 +01:00
13 changed files with 335 additions and 71 deletions
+2 -1
View File
@@ -1,5 +1,5 @@
import { NgModule, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { BrowserModule, HammerModule } from '@angular/platform-browser';
import { RouteReuseStrategy } from '@angular/router';
import { IonicModule, IonicRouteStrategy } from '@ionic/angular';
@@ -92,6 +92,7 @@ import { SQLite } from '@ionic-native/sqlite/ngx';
MatDialogModule,
//
PdfViewerModule,
HammerModule,
],
providers: [
{ provide: MAT_DATE_LOCALE, useValue: 'pt' },