Issue with vg-scrub-bar in ionic

209 Views Asked by At

Getting error as : Can't bind to 'vgSlider' since it isn't a known property of 'vg-scrub-bar-current-time'.

  1. If 'vg-scrub-bar-current-time' is an Angular component and it has 'vgSlider' input, then verify that it is part of this module.

  2. If 'vg-scrub-bar-current-time' is a Web Component then add "CUSTOM_ELEMENTS_SCHEMA" to the '@NgModule.schemas' of this component to suppress this message. ("ss" *ngIf="showTimeDisplay"> ][vgSlider]="true">

Used code:

<vg-scrub-bar style="pointer-events: all;">
    <vg-scrub-bar-current-time [vgSlider]="true"></vg-scrub-bar-current-time>
</vg-scrub-bar>
0

There are 0 best solutions below