ksachdeva / angular-swiper

Angular directive for nolimits4web/Swiper
Apache License 2.0
197 stars 94 forks source link

Issue with build production for angular 4 #71

Open karteek-dev opened 7 years ago

karteek-dev commented 7 years ago

When I am trying for build angular-4 app its giving Template error.

ERROR in Template parse errors: Can't bind to 'options' since it isn't a known property of 'ks-swiper-container'.

  1. If 'ks-swiper-container' is an Angular component and it has 'options' input, then verify that it is part of this module.
  2. If 'ks-swiper-container' 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. ("
erperejildo commented 7 years ago

I was thinking to use this library on my Angular 4 project as well. Let me know if you find any fix

DanielNetzer commented 7 years ago

its for angularjs, not angular 2/4