We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
x
- [ ] bug report -> please search issues before submitting - [x] feature request
@angular/cli: 1.0.4 node: 6.9.5 os: darwin x64 @angular/common: 4.1.3 @angular/compiler: 4.1.3 @angular/core: 4.1.3 @angular/forms: 4.1.3 @angular/http: 4.1.3 @angular/platform-browser: 4.1.3 @angular/platform-browser-dynamic: 4.1.3 @angular/router: 4.1.3 @angular/cli: 1.0.4 @angular/compiler-cli: 4.1.3
macOS El Capitan (10.11.6)
When I want to build a npm module I got no options from angular-cli.
Simply, it is better if there is a option for 'ng build' like:
ng build --npm-module # or ng build --npm --output-path=../node-packages/
It would be very easy for product contains both app and related customised module when using ng cli.
The text was updated successfully, but these errors were encountered:
There is an issue open for creating libraries via the CLI, you can track the progress here: #1692
Closing as a duplicate.
Sorry, something went wrong.
@Brocco Thanks for reply, I'll track on it.
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.
No branches or pull requests
Bug Report or Feature Request (mark with an
x
)Versions.
@angular/cli: 1.0.4
node: 6.9.5
os: darwin x64
@angular/common: 4.1.3
@angular/compiler: 4.1.3
@angular/core: 4.1.3
@angular/forms: 4.1.3
@angular/http: 4.1.3
@angular/platform-browser: 4.1.3
@angular/platform-browser-dynamic: 4.1.3
@angular/router: 4.1.3
@angular/cli: 1.0.4
@angular/compiler-cli: 4.1.3
macOS El Capitan (10.11.6)
Repro steps.
When I want to build a npm module I got no options from angular-cli.
Desired functionality.
Simply, it is better if there is a option for 'ng build' like:
ng build --npm-module # or ng build --npm --output-path=../node-packages/
Mention any other details that might be useful.
It would be very easy for product contains both app and related customised module when using ng cli.
The text was updated successfully, but these errors were encountered: