Skip to content

Commit 5904c3e

Browse files
Cammisulivsavkin
authored andcommittedSep 17, 2020
feat(docs): add node document generation
(cherry picked from commit 0304516)
1 parent 0759213 commit 5904c3e

File tree

103 files changed

+10029
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+10029
-3
lines changed
 

Diff for: ‎docs/map.json

+864
Large diffs are not rendered by default.

Diff for: ‎docs/node/api-angular/builders/package.md

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# package
2+
3+
Build an Angular library
4+
5+
Builder properties can be configured in workspace.json when defining the builder, or when invoking it.
6+
Read more about how to use builders and the CLI here: https://nx.dev/node/guides/cli.
7+
8+
## Properties
9+
10+
### project
11+
12+
Type: `string`
13+
14+
The file path for the ng-packagr configuration file, relative to the current workspace.
15+
16+
### tsConfig
17+
18+
Type: `string`
19+
20+
The full path for the TypeScript configuration file, relative to the current workspace.
21+
22+
### updateBuildableProjectDepsInPackageJson
23+
24+
Default: `true`
25+
26+
Type: `boolean`
27+
28+
Update buildable project dependencies in package.json
29+
30+
### watch
31+
32+
Default: `false`
33+
34+
Type: `boolean`
35+
36+
Run build when files change.

0 commit comments

Comments
 (0)