-
Notifications
You must be signed in to change notification settings - Fork 12k
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
Install 3rd party library #738
Comments
I just updated the wiki and I think this section and this one could help. Does it? |
In your system-config.ts file
Then in the angular-cli-build.js
That should get you going. |
@dcoto thanks for you help. I did try what you wrote and it's very similar to what I had.
@quentint thank you too for your quick answer. Your update of the wiki did help a lot, it's working fine now by just updating the lines before those managed by the cli :
Cheers ! |
I am also trying to install ngrx but I cannot find any system-config.ts files in my project to edit? |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Node : 5.11.1
OS : Linux x64
I'm trying to add
@ngrx
to my NG2 app.I followed the
3rd party libs
https://github.com/angular/angular-cli/wiki/3rd-party-libs but still can't figure out how I should do that.If I do that :
(notice the line
'@ngrx/store'
that I added by hand)and that :
(notice the line
'@ngrx': 'vendor/@ngrx'
that I added by hand)BUT, those lines are after that :
So I think I should put them somewhere here instead :
I just don't understand where to put it, any help on that would be nice :)
Thanks
The text was updated successfully, but these errors were encountered: