-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(core): update to Nx and Angular 9 (#179)
- Loading branch information
1 parent
0be75b4
commit f5f05c6
Showing
95 changed files
with
16,591 additions
and
2,975 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
# feature [hidden] | ||
|
||
Create an Ionic Angular feature module configured for xplat projects and shared code. | ||
|
||
## Usage | ||
|
||
```bash | ||
nx generate feature ... | ||
|
||
``` | ||
|
||
## Options | ||
|
||
### --adjustSandbox | ||
|
||
Default: `false` | ||
|
||
Type: `boolean` | ||
|
||
Automatically add a button to link to the feature route. Supported on NativeScript only right now. Requires flags: --onlyProject --routing | ||
|
||
### --createBase | ||
|
||
Default: `false` | ||
|
||
Type: `boolean` | ||
|
||
Create base component for maximum code sharing. | ||
|
||
### --name | ||
|
||
Type: `string` | ||
|
||
Feature name | ||
|
||
### --onlyModule | ||
|
||
Default: `false` | ||
|
||
Type: `boolean` | ||
|
||
Generate just the module and ignore the default component. | ||
|
||
### --onlyProject | ||
|
||
Default: `false` | ||
|
||
Type: `boolean` | ||
|
||
Generate for specified projects only and ignore shared code. | ||
|
||
### --projects | ||
|
||
Type: `string` | ||
|
||
Project names | ||
|
||
### --routing | ||
|
||
Default: `false` | ||
|
||
Type: `boolean` | ||
|
||
Whether to generate routing support or not (Only when used with --onlyProject). | ||
|
||
### --skipFormat | ||
|
||
Default: `false` | ||
|
||
Type: `boolean` | ||
|
||
Skip formatting files |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.