Skip to content

Instantly share code, notes, and snippets.

@JaveedIshaq
Created September 11, 2024 04:22
Show Gist options
  • Save JaveedIshaq/ddad82196b2b963fb8d8531ed61571aa to your computer and use it in GitHub Desktop.
Save JaveedIshaq/ddad82196b2b963fb8d8531ed61571aa to your computer and use it in GitHub Desktop.
Agular Commands and Notes

ng new ProjectName npm i bootstrap npm i font-awesome

"./node_modules/bootstrap/dist/css/bootstrap.min.css", "./node_modules/font-awesome/css/font-awesome.min.css",

"bootstrap": "^5.3.3", "font-awesome": "^4.7.0",

ng add angular-cli-ghpages

ng build --base-href "https://githubProfileName.github.io/repoName/"

npx angular-cli-ghpages --dir=dist/repo_name

mklink /d node_modules D:/YouTube/angular17.3/17.3/node_modules mklink /d node_modules D:/18/angular18/18.3/node_modules

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