Skip to content

Instantly share code, notes, and snippets.

@VaLeXaR
Last active December 2, 2020 15:57
Show Gist options
  • Save VaLeXaR/5431f1d24d6d856275d1bf1e425a14fe to your computer and use it in GitHub Desktop.
Save VaLeXaR/5431f1d24d6d856275d1bf1e425a14fe to your computer and use it in GitHub Desktop.
Angular Development #tags: Angular
NodeJS - https://nodejs.org/en/
# npm i webpack webpack-dev-server typescript -g
choco install nodejs.install
# choco upgrade nodejs.install
# choco install microsoft-build-tools
npm i windows-build-tools -g
npm i @angular/cli -g
npm i typescript -g
npm i nx -g
ng new PROJECT
ng new angular-animation --prefix=aa --routing --style=scss -S
ng serve/npm start
ng update @angular/core --from 7 --to 8 --migrate-only
object.assign({})? spread {...object1, ...object2}
_=>
ng g m app-routing --flat --module=app
[routerLinkActiveOptions]="{exact: true}"
ng serve --host 0.0.0.0
ipconfig
sanitize.css
@import 'sanitize.css';
@import 'sanitize.css/typography.css';
@import 'sanitize.css/forms.css';
normalize-scss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment