Loading...
Loading...
Creates a new Angular app using the Angular CLI. This skill should be used whenver a user wants to create a new Angular application and contains important guidelines for how to effectively create a modern Angular application.
npx skill4agent add angular/angular angular-new-app*nixwhich ngwhere nggcm ngnpm install -g @angular/cling mcpget_best_practicesnpx ng new <app-name> [list of flags based on the description of the app] --interactive=false --ai-config=[agents, claude, copilot, cursor, gemini, jetbrains, none, windsurf]--ai-config--ai-config=gemininpx ng buildnpx ng generate component <component-name>npx ng generate service <service-name>npx ng generate pipe <pipe-name>npx ng generate directive <directive-name>npx ng generate interface <interface-name>npx ng add tailwindcssnpx ng mcpget_best_practices