Angular for beginners 101
Setup
The command below will install Angular with global access.
npm install -g @angular/cli
Why ?
Helps us scaffold the angular like creating new project, component, serving the application, buildin
r8hitpatil.hashnode.dev5 min read