* feat(angular): upgrade Angular to v12.0.0-rc.3 * feat(angular): target Nx v12.4.0-beta.0 for Angular v12.0.0-rc.0 upgrade * fix(angular): use defaultConfiguration if no other configuration is passed * cleanup(angular): sync migration folder name to target version * fix(repo): creating custom schema flattener for docs * chore(repo): amend yarn.lock * feat(angular): update angular storybook to use webpack 5 * fix(angular): add legacy peer deps for angular+jest * fix(angular): move migrations to 12.3.0-rc.0 Co-authored-by: Zack DeRose <zack.derose@gmail.com> Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
1.3 KiB
package
Package a Node library
Properties can be configured in angular.json when defining the executor, or when invoking it.
Properties
buildableProjectDepsInPackageJsonType
Default: dependencies
Type: string
Possible values: dependencies, peerDependencies
When updateBuildableProjectDepsInPackageJson is true, this adds dependencies to either peerDependencies or dependencies
cli
Type: boolean
Adds a CLI wrapper to main entry-point file.
deleteOutputPath
Default: true
Type: boolean
Delete the output path before building.
main
Type: string
The name of the main entry-point file.
outputPath
Type: string
The output path of the generated files.
packageJson
Type: string
The name of the package.json file
sourceMap
Default: true
Type: boolean
Output sourcemaps.
srcRootForCompilationRoot
Type: string
Sets the rootDir for TypeScript compilation. When not defined, it uses the project's root property
tsConfig
Type: string
The name of the Typescript configuration file.
updateBuildableProjectDepsInPackageJson
Default: true
Type: boolean
Update buildable project dependencies in package.json
watch
Default: false
Type: boolean
Enable re-building when files change.