I try to use ng2-material-select in my project. I'm using angular-cli. Intalled by npm npm install ng2-material-select --save and configure in my project
Before run ng serve gets this error: Uncaught Error: Unexpected value 'undefined' declared by the module 'AppModule'. if I remove Ng2 for declarations and imports, project back works.
I try to use
ng2-material-select
in my project. I'm using angular-cli. Intalled by npmnpm install ng2-material-select --save
and configure in my projectBefore run
ng serve
gets this error:Uncaught Error: Unexpected value 'undefined' declared by the module 'AppModule'
. if I remove Ng2 for declarations and imports, project back works.