@salesforce/ui-bundle-template-base-angular-app
v11.68.1
Published
Base Angular app template — an Angular UI Bundle with Angular CLI, @angular-builders/custom-esbuild, TypeScript, Tailwind, and Salesforce UI Bundle plugin. Used as the foundation for feature apps when applying patches.
Downloads
12,551
Maintainers
Keywords
Readme
Base Angular App
Base Angular app template — an Angular UI Bundle with Angular CLI, @angular-builders/custom-esbuild, TypeScript, Tailwind, and Salesforce UI Bundle plugin. Used as the foundation for feature apps when applying patches.
In this monorepo
This package is a base app in the ui-bundle monorepo. It is not built to a local dist/; instead, the source tree under src/force-app/main/default/uiBundles/base-angular-app/ is copied into feature app build output when you run apply-patches for a template app.
Test
npm run testThis runs the test:build (install + build in the UI Bundle folder) step.
To work on the UI Bundle locally (install, build, dev server), run commands from the UI Bundle directory: src/force-app/main/default/uiBundles/base-angular-app/.
