LaunchKit · 2026
Back to skills

angular-new-app

communitydevelopment

Scaffolds a new Angular application using the Angular CLI with pre-configured defaults for routing, SSR, stylesheets, and AI coding assistant integration.

Setup & Installation

npx skills add https://github.com/angular/skills --skill angular-new-app
or paste the link and ask your coding assistant to install it
https://github.com/angular/skills
View on GitHub

What This Skill Does

Scaffolds a new Angular application using the Angular CLI with pre-configured defaults for routing, SSR, stylesheets, and AI coding assistant integration. It also walks through generating components, services, pipes, and other Angular artifacts via `ng generate` commands.

It picks the right CLI flags and runs commands in the correct order, so you get a working Angular app with modern defaults instead of piecing together configuration by hand.

When to use it

  • Starting a new Angular project with SSR and SCSS pre-configured
  • Bootstrapping a prototype app without manually wiring up routing and build config
  • Setting up an Angular workspace with AI assistant configuration baked in
  • Generating components, services, and guards through CLI commands instead of writing boilerplate
  • Adding Tailwind CSS v4 to a fresh Angular project with a single command