add screenOrientation configuration

This commit is contained in:
tiago.kayaya
2021-08-17 09:53:06 +01:00
parent 5e5fd9fd94
commit 9fc59a982e
6 changed files with 83 additions and 6 deletions
+2
View File
@@ -52,6 +52,7 @@ import { fas } from '@fortawesome/free-solid-svg-icons'
import { far } from '@fortawesome/free-regular-svg-icons'
import { fab } from '@fortawesome/free-brands-svg-icons'
import { ScreenOrientation } from '@ionic-native/screen-orientation/ngx';
@NgModule({
declarations: [AppComponent],
entryComponents: [],
@@ -98,6 +99,7 @@ import { fab } from '@fortawesome/free-brands-svg-icons'
//FCM,
WebsocketService,
ChatService,
ScreenOrientation,
],
bootstrap: [AppComponent],
schemas: [CUSTOM_ELEMENTS_SCHEMA]