X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fcore%2Fcore.module.ts;h=36dbe8b5ccd516fd4b12be66a5313a4021b390c6;hb=1f30a1853e38c20a45722dbd6d38aaaec63839e8;hp=eea6f340b125a61fd815a1f97e04fae68b0c9ccd;hpb=78967fca4cacbc247fa6fb62d64b2d6825a10804;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/core/core.module.ts b/client/src/app/core/core.module.ts index eea6f340b..36dbe8b5c 100644 --- a/client/src/app/core/core.module.ts +++ b/client/src/app/core/core.module.ts @@ -1,5 +1,6 @@ import { CommonModule } from '@angular/common' import { NgModule, Optional, SkipSelf } from '@angular/core' +import { FormsModule } from '@angular/forms' import { BrowserAnimationsModule } from '@angular/platform-browser/animations' import { RouterModule } from '@angular/router' import { LoadingBarModule } from '@ngx-loading-bar/core' @@ -18,6 +19,7 @@ import { ServerService } from './server' imports: [ CommonModule, RouterModule, + FormsModule, BrowserAnimationsModule, ModalModule,