-
Notifications
You must be signed in to change notification settings - Fork 47
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 V5 compatibility ? #9
Comments
Hi @JulienBourgain, that's a good catch, I'll take a look at the PR. |
serhiisol
changed the title
Will you work on the angular V5 compatibility ?
Angular V5 compatibility ?
Nov 15, 2017
Good news, I managed to solve this problem |
example application works with |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When i do a "yarn start" of my application or of your example app with angular v5.0.1 and angular cli 1.5.0 (and rxjs 5.5.2 for angular 5) i've got this issue :
I think, angular-cli doesn't compile TS files in node_modules anymore and before, it was a mistake :
angular/angular-cli#8284
So you can use somethink like this to fix that => https://github.com/dherges/ng-packagr
The text was updated successfully, but these errors were encountered: