Not working with angular 8
Opened this issue · 0 comments
DiponRoy commented
@ViewChild() is a bit different in angular 8.
tried this but still not working.
@ViewChild(NgAutoCompleteComponent, { read: NgAutoCompleteComponent, static: false })
plus it forced to use at AppModule
@NgModule({
schemas: [ CUSTOM_ELEMENTS_SCHEMA ]
})