ngAutocomplete
ngAutocomplete copied to clipboard
Not working with angular 8
@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 ] })