-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Description
Please provide us with the following information:
- OS? Windows 7, 8 or 10. Linux (which distribution). Mac OSX (Yosemite? El Capitan?)
Mac OS X (El Capitan)
- Versions. Please run
ng --version
. If there's nothing outputted, please
run in a Terminal:
node --version
And paste the result here.
angular-cli: 1.0.0-beta.5
node: 6.0.0
os: darwin x64
(node 6.0.0)
- Repro steps. Was this an app that wasn't created using the CLI? What change did you
do on your code? etc.
This is more of a feature request than a bug. However taking a look at this page in the docs https://github.com/angular/angular-cli/wiki/3rd-party-libs begs a question: why is integrating a lib from npm this complex?
In webpack it's just npm install --save foo
(and maybe typings install --save foo
). I understand that SystemJS requires a lot more config, which is one reason I have avoided it in the past.
However if we must go with SystemJS it would be nice to provide a wrapper command at least (e.g. ng install --save foo
); adding 3rd-party deps is a common operation which other toolchains make fairly simple.
CrisGrec, winkerVSbecks, krimple, mb-jenks, bennett000 and 15 morekonradhalas, lsiden and benshope
Metadata
Metadata
Assignees
Labels
No labels