I want to use multiselect drop down, to achieve this I have installed the angular2 multiselect drop down by the command
npm install angular2-multiselect-dropdown --save
also imported in app.module.ts as
import { AngularMultiSelectModule } from 'angular2-multiselect-dropdown/angular2-multiselect-dropdown';
also included in as AngularMultiSelectModule in imports array.
But It's throwing error as
ERROR in ./src/app/app.module.ts
Module not found: Error: Can't resolve 'angular2-multiselect dropdown/angular2-multiselect-dropdown' in 'D:\Works\frontend\src\app'
If anybody knows the solution please help. Thanks in advance.