Skip to content

Can't bind to 'classes' since it isn't a known property of 'ng-autocomplete'. #26

@Dustinhoefer

Description

@Dustinhoefer

Hello there,

I am tryting to use ngAutocomplete in an angular7 project. After installing it, modifying the app.module.ts, app.component.ts and app.component.html, I am getting the following error:

Can't bind to 'classes' since it isn't a known property of 'ng-autocomplete'.

Dame for group.
When removing classes and group from
<ng-autocomplete (selected)="Selected($event)" [classes]="['']" [group]="group"></ng-autocomplete>

I am getting the error, that ng-aitocomplete is unknown.

Any help is greatly appreciated!

Regards
Dustin

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions