Skip to content

x-map-polyline [Paths] are not working #130

@jagadeeshrameswarapu

Description

@jagadeeshrameswarapu

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'.

  1. If 'x-map-polyline' is an Angular component and it has 'Paths' input, then verify that it is part of this module.

  2. If 'x-map-polyline' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.

  3. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions