1 results for tag "angular-new-app"
Official Angular Team skill for scaffolding a new Angular app with the Angular CLI β verifies `ng` is installed, runs `npx ng new <name> --interactive=false --ai-config=<agent>` with the right flags (`--style`, `--routing`, `--ssr`, `--prefix`), loads the generated AI config into memory, optionally adds Tailwind v4, and guides component/service/pipe/directive/guard/interceptor/resolver generation. Pulls best practices via the `ng mcp` server.