cloudfoundry / cloudfoundry/stratos

Extensions: Create angular schematic for thin app

Open
#4,550 0 comments 0 reactions 1 assignee View on GitHub

@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.json file, 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
  • Check how to ensure npm install is run after the schematic has updated the package.json file

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.