-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
ng-packagr/ng-packagr
#884Labels
area: @angular-devkit/build-angularfeatureLabel used to distinguish feature request from other issuesLabel used to distinguish feature request from other issues
Milestone
Description
Feature Request
Some interface that would rebuild library project that is generated with ng g library niceLib.
Of Course the best option would be ng serve niceLib or include it to the application serve. Or at least another build that allow to add --watch parameter like it does for for application. Here what I mean:
- for application we are allowed to run
ng build --watch - for library we have
ng build niceLib - but we can't use
ng build niceLib --watch, as it throwsUnknown option: '--watch'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area: @angular-devkit/build-angularfeatureLabel used to distinguish feature request from other issuesLabel used to distinguish feature request from other issues