-
Notifications
You must be signed in to change notification settings - Fork 204
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
Angular Seed & ngx-pipes #23
Comments
Hey @Meistercoach83, Regarding the disabling of the implicit any, I've published a fixed version to v1.3.3. I'm not entirely sure what needs to be done in order to make this library compliant with AoT. |
Hey! Thanks for your fast response. The updated package is ok. No errors are thrown any longer. I´ll give it a try. |
Cool. keep me updated if anything changes. You are also welcome to send a pull-request if you already know what's missing. |
@Meistercoach83 |
I'm closing it for now let me know if this needs to be reopened. |
Hey there!
I tried to integrate your pipes-module in the angular-seed from mgechev (https://github.com/mgechev/angular-seed/), but got some problems. I opened an issue for it: mgechev/angular-seed#1794.
The last answer was helpful for me - now I can use it in dev. But could you do add this to your project: "The production build won't work out of the box because the author of the library hasn't disabled implicit any. Also, the package is not distributed with metadata.json files which means that AoT won't work neither"
The text was updated successfully, but these errors were encountered: