# 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

```bash
npm run test
```

This 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/`.
