cloudfoundry / cloudfoundry/stratos
Extensions: Create angular schematic for thin app
Open
@vvaradhan is already working on this.
Since Sep 1, 2020.
- Dominant language
- TypeScript
- Stars
- 267
- Forks
- 137
- Avg merge
- 5h 14m
- Merged PRs (30d)
- 77
Description
Needs to: (see thin stratos-app for example)
-
Add a new project into the
angular.jsonfile, replacing project name -
Add dependencies to package.json (currently is copy all from core)
-
Modify
tsconfig.json, specifically:- remove
angularCompilerOptions(empty object) - add:
"allowSyntheticDefaultImports": true
- remove
-
Check how to ensure
npm installis run after the schematic has updated thepackage.jsonfile
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.