-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error with Angular5 #8
Comments
Having same issue. |
Also having this issue. |
I had the same issue, fixed adding "./node_modules/angular2-knob/**/*.ts" to the "include" array of the tsconfig.json. It works, but is it the right way to do it? because we're compiling an external .ts source in the host application, and the settings for the typescript compiler of angular2-knob could be different than the host app. AFAIK* the compiled js should be published instead. *not that much, regarding npms |
updated this lib to make it work with angular 6.x https://github.com/xmlking/angular-knob demo : https://xmlking.github.io/ngx-starter-kit/dashboard/experiments/knob will send PR soon. |
when include the angular2-knob, and run ng serve th webpack show this error
node_modules/angular2-knob/index.ts is not part of the compilation output. Please check the other error messages for details.
i try include in the tsconfig.ts without succes.
The text was updated successfully, but these errors were encountered: