I Made a library for Angular 2 but I am stuck in this issue.
I am getting this error:
ERROR in C:/xampp/htdocs/github/jw-bootstrap-switch-ng2/switch-project/src/$$_gendir/node_modules/jw-bootstrap-switch-ng2/src/directive.ngfactory.ts (246,59): Property 'subscribe' does not exist on type 'boolean'.
and I don't understand what it's wrong in my code.
you can review my code on Github here
If anyone have more experience in this issue please let me know. I will appreciate your help.
Thanks
You are getting error in factory within this code
It means that you have
output
property with namevalue
but in the same time i see:
So i would remove