Open mmaryo opened 8 years ago
It seems not compatible with Angular 2 RC6
When I add declaration in app.module.ts :
(index):32 Error: Error: Unexpected value 'undefined' declared by the module 'AppModule'(…)
` import {SELECT_DIRECTIVES} from "ng2-select";
@NgModule({ // module dependencies imports: [ BrowserModule, FormsModule, HttpModule, routing, Ng2BootstrapModule ], // components and directives declarations: [ MODAL_DIRECTIVES, SELECT_DIRECTIVES, ..... ], // root component bootstrap: [ AppComponent ], // services providers: [ { provide: LocationStrategy, useClass: HashLocationStrategy }, ApiService, ... ]
}) export class AppModule {} `
+1 on this, I'm using this component and we'll need an update to use it in RC6 version
New life the component is there: https://github.com/optimistex/ng2-select-ex
It seems not compatible with Angular 2 RC6
When I add declaration in app.module.ts :
(index):32 Error: Error: Unexpected value 'undefined' declared by the module 'AppModule'(…)
` import {SELECT_DIRECTIVES} from "ng2-select";
}) export class AppModule {} `