A 10-minute summary of all the commands and code snippets you need to have when developing an Angular app.

An open book.

Photo by Mikołaj on Unsplash

With the myriad of programming languages and development frameworks available, developers are expected to know how to use more than one of them. You can actually be good at different frameworks and languages, but unless you’re a genius, it’s very difficult to retain all of the sets of instructions, snippets and how-tos for each of those tools.

That’s why I love cheat sheets and why I’m bringing you my fourth cheat sheet — this time for Angular.

Together with React and Vue.js, Angular is one of the top web-frontend frameworks and the one I feel most confident in. For becoming more efficient when working with it, I’ve elaborated a cheat sheet that I’m proudly sharing today with you.

Create and Run a Project

First of all, after having installed Node.js and the Angular CLI in our working environment, let’s create a project from the CLI:

ng new myNewProject ## create a new project

#angular #javascript #programming

The Essential Angular Cheat Sheet
1.35 GEEK