This commit is contained in:
tiago.kayaya
2021-05-19 09:37:43 +01:00
parent 6997295a31
commit 0f60f237b1
9 changed files with 23 additions and 17 deletions
+5 -1
View File
@@ -28,6 +28,8 @@ import { CalendarModule, DateAdapter } from 'angular-calendar';
import { adapterFactory } from 'angular-calendar/date-adapters/date-fns';
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
import { MessagesPage } from './pages/chat/messages/messages.page';
import { WebsocketService } from './services/websocket.service'
import { ChatService } from './services/chat.service'
// import { FCM } from 'cordova-plugin-fcm-with-dependecy-updated/ionic/ngx';
@@ -57,7 +59,9 @@ import { MessagesPage } from './pages/chat/messages/messages.page';
//File,
WebView,
FilePath,
//FCM
//FCM,
WebsocketService,
ChatService,
],
bootstrap: [AppComponent],
schemas: [CUSTOM_ELEMENTS_SCHEMA]