abrek-koc / Simplistic-Angular

A Simple Angular Cheatsheet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simplistic-Angular

A Simple Angular Cheatsheet


I find Angular docs confusing and not efficient enough while working on personal projects or trying to look up for a simple command or function. This repository was a personal cheatsheet yet after seeing more people struggling with navigating through official docs, I decided to make it public. Please feel free to contribute and make changes as necessary.

Prerequisities
-Node.js

Installing Angular CLI

In order to install Angular CLI globally

-Open up any terminal (Command Line)
-Type npm install -g @angular/cli

That's it, Angular CLI is ready to use

About

A Simple Angular Cheatsheet

License:MIT License