Configuration options list #13 WIP #65
amanecer2levi
started this conversation in
High Level Design
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
WIP
Overview and Goals
allow editing angular.json file in a convenient way.
the page will have 3 ways to modifies the JSON file
change output file
enable source map in production
edit project budge
API for accomplish this task
/workspace
-> Array/workspace/${workspace}
/workspace/${workspace}/target-names
-> Array<"build" | "serve" | "extract-i18n" | "test" | string>PUT
/workspace/${workspace}
PUT
/workspace/target/${workspace}
User Interface Design
Beta Was this translation helpful? Give feedback.
All reactions