From 34ad6e2ed0a6d6dbb15cac7c9840edc59768901d Mon Sep 17 00:00:00 2001 From: "tiago.kayaya" Date: Wed, 16 Jun 2021 22:38:25 +0100 Subject: [PATCH] save --- src/app/app.module.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/app.module.ts b/src/app/app.module.ts index 07992d08b..25ff2e4e9 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -48,7 +48,9 @@ import { NgbModule } from '@ng-bootstrap/ng-bootstrap' IonicModule.forRoot(), IonicStorageModule.forRoot(), AppRoutingModule, - HttpClientModule, NgbModule, NoopAnimationsModule, + HttpClientModule, + NgbModule, + NoopAnimationsModule, ], providers: [ StatusBar,