add imageModal to preview photo

This commit is contained in:
Tiago Kayaya
2020-12-02 16:20:20 +01:00
parent 99272eb274
commit 54a1ecedc4
12 changed files with 134 additions and 3 deletions
+5 -1
View File
@@ -18,7 +18,11 @@ const config: SocketIoConfig = { url: 'http://localhost:3001', options: {} };
@NgModule({
declarations: [AppComponent],
entryComponents: [],
imports: [BrowserModule, IonicModule.forRoot(), AppRoutingModule, HttpClientModule, SocketIoModule.forRoot(config)],
imports: [BrowserModule,
IonicModule.forRoot(),
AppRoutingModule,
HttpClientModule,
SocketIoModule.forRoot(config)],
providers: [
StatusBar,
SplashScreen,