Skip to content

Instantly share code, notes, and snippets.

@rifayetuxbd
Last active March 1, 2024 03:35
Show Gist options
  • Save rifayetuxbd/e7a26b5db5b18bfb8a60e9dcd679653d to your computer and use it in GitHub Desktop.
Save rifayetuxbd/e7a26b5db5b18bfb8a60e9dcd679653d to your computer and use it in GitHub Desktop.
Create angular application with latest angular cli

Create Angular application with latest CLI

  • Change <APP_NAME>
  • Execute the code in terminal to create a new Angualr Applicaiton
  • CD to <APP_NAME>
pnpm dlx @angular/cli@latest new <APP_NAME> -s -t --package-manager=pnpm --routing --ssr --standalone --strict --style=scss

-s = inline-style
-t = inline-template

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment