Skip to content

feat(template): Add Angular template options (Vite + CLI)#942

Draft
kumargulshan-sf wants to merge 1 commit into
salesforcecli:mainfrom
kumargulshan-sf:t/afc/angular-poc
Draft

feat(template): Add Angular template options (Vite + CLI)#942
kumargulshan-sf wants to merge 1 commit into
salesforcecli:mainfrom
kumargulshan-sf:t/afc/angular-poc

Conversation

@kumargulshan-sf
Copy link
Copy Markdown

Summary

Adds two new Angular templates to sf template generate ui-bundle command:

  • angularbasic: Vite + Analog (recommended, 100% feature parity)
  • angularclibasic: Angular CLI (90% parity, native tooling)

Changes

Updated src/commands/template/generate/ui-bundle/index.ts to add both template options to the -t flag.

Related PRs

Testing

sf template generate ui-bundle -n test1 -t angularbasic
sf template generate ui-bundle -n test2 -t angularclibasic

Both commands generate templates successfully.

Adds two new Angular templates to 'sf template generate ui-bundle':

- angularbasic: Vite + Analog (recommended, 100% feature parity)
- angularclibasic: Angular CLI (90% parity, native tooling)

Related PRs:
- salesforcedx-templates salesforcecli#820: Template files
- webapps: angular-plugin-ui-bundle package
@kumargulshan-sf kumargulshan-sf marked this pull request as draft May 20, 2026 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant