-
Notifications
You must be signed in to change notification settings - Fork 44
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 when using with Angular 6.0 #67
Comments
Removing the .ts files from my local installation of the package made it work. Is there any reason why the .ts files are distributed with the npm package? |
Also, having .ts files in the package does not work well with webpack's watch feature (so I have to remove them myself from the local installation folder as well). |
Will it be fixed? |
add the following code to tsconfig.app.json did the trick.
|
Adding those files to the include causes linting to fail, as they don't pass lint standards. Please fix this soon. |
A temporary solution is to update your package.json and add the following to your scripts section: |
I have this same issue with angular 7.1.0 When will this be resolved?
|
I got this error when using with angular 6.0:
Thanks.
The text was updated successfully, but these errors were encountered: