Skip to content

Instantly share code, notes, and snippets.

View alexfuser's full-sized avatar

Alejandro Gómez alexfuser

View GitHub Profile
Google Chrome
Xcode
Visual Studio Code
Evernote
Dropbox
Google Drive
Docker
Spectacle
Fantastical

Angular

npm install -g @angular/cli

ng new my-new-project --style=<scss|sass|less|stylus> --routing --skip-install
ng set --global packageManager=yarn

ng g component my-new-component
ng g directive my-new-directive
ng g pipe my-new-pipe