SinoThomas / Ionic2-ScrollableTabs

MIT License
74 stars 36 forks source link

Can't bind to 'scrollable-tabs' #9

Open Cyberfolks opened 6 years ago

Cyberfolks commented 6 years ago

Using in my existing project as a plugin...

Uncaught (in promise): Error: Template parse errors: Can't bind to 'scrollable-tabs' since it isn't a known property of 'ion-tabs'.

  1. If 'ion-tabs' is an Angular component and it has 'scrollable-tabs' input, then verify that it is part of this module.
  2. If 'ion-tabs' 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. ("
sannminwin commented 6 years ago

save issue . I was using ionic scrollable tabs https://market.ionicframework.com/plugins/ionic2-scrollable-tabs

Did you find any solution ?