diff --git a/src/app/app.module.ts b/src/app/app.module.ts index bd4add83..bf935360 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -10,6 +10,7 @@ import { ServicesModule } from './services/services.module'; import { NgModule } from '@angular/core'; import { FormsModule } from '@angular/forms'; +import { BrowserModule } from '@angular/platform-browser'; import { BrowserAnimationsModule } from '@angular/platform-browser/animations'; import { AppComponent } from './app.component'; @@ -47,6 +48,7 @@ import { ViewComponent } from './vault/view.component'; @NgModule({ imports: [ + BrowserModule, BrowserAnimationsModule, FormsModule, AppRoutingModule,