-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
I am getting the following error when do the polyline
Can't bind to 'Paths' since it isn't a known property of 'x-map-polyline'.
-
If 'x-map-polyline' is an Angular component and it has 'Paths' input, then verify that it is part of this module.
-
If 'x-map-polyline' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
-
To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component. ("
<x-map-polyline [ERROR ->][Paths]="Path" visible="true"></x-map-polyline> <x-map-marker *ngFor="let m of _markers; let "):
Metadata
Metadata
Assignees
Labels
No labels