Getting started with Angular 11.
A Typescript based front-end framework
Mar 9, 20215 min read130

Search for a command to run...

Series
This is everything I know about Angular and its ecosystem. Hope you enjoy reading.
A Typescript based front-end framework

You have just installed angular, created a new project with ng new <project_name>. You open the project folder and BAM!!! You haven't written any code but there are more than 10+ files in the project directory. Where do you from there? Don't freak o...
