angular-swiper icon indicating copy to clipboard operation
angular-swiper copied to clipboard

Issue with build production for angular 4

Open fairlo opened this issue 6 years ago • 2 comments

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. ("

fairlo avatar Sep 19 '17 11:09 fairlo

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

erperejildo avatar Oct 18 '17 13:10 erperejildo

its for angularjs, not angular 2/4

DanielNetzer avatar Nov 05 '17 09:11 DanielNetzer