ngx-bootstrap-multiselect icon indicating copy to clipboard operation
ngx-bootstrap-multiselect copied to clipboard

Angular 12 requires FormsModule

Open kek-Sec opened this issue 3 years ago • 0 comments

Without importing import { FormsModule } from '@angular/forms';

You will get a module error.

Angular: 12.1.4 ... animations, cdk, cli, common, compiler, compiler-cli, core ... forms, platform-browser, platform-browser-dynamic, router

Package Version

@angular-devkit/architect 0.1201.4 @angular-devkit/build-angular 12.1.4 @angular-devkit/core 12.1.4 @angular-devkit/schematics 12.1.4 @angular/flex-layout 12.0.0-beta.34 @schematics/angular 12.1.4 rxjs 6.6.7 typescript 4.2.4

kek-Sec avatar Aug 03 '21 09:08 kek-Sec