mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-21 22:34:21 +08:00
getBuilderNameForTarget() allows someone to get the builder name string for a specific target (or return a rejected promise if it fails). validateOptions() allows a builder to validate options against the same mechanics that are used when scheduling builders. These two methods allow builders to get options from a workspace (or build some option object), change it, validate it, and execute scheduleBuilder() if they want to schedule directly (or want a parallel run).
Angular Build Facade
WIP