Today I am going to discuss what are the good resources and better way to learn Angular and getting started with it (obviously according to me). First step First 👣
All about TypeScript
Today I am going to discuss what are the good resources and better way to learn Angular and getting started with it (obviously according to me). First step First 👣
Pre-requisites 😇 👉 node & npm i.e. node package manager👉 angular/cli i.e. command line interface for Angular👉 Code editor/IDE i.e. VS Code, Sublime or any you prefer 🤔 If you don’t have these installed in your machine, let’s quickly get
What we know? Angular is component based framework which is comprised of TypeScript and JavaScript TypeScript is superset of JavaScript As JavaScript is subset of TypeScript, so every JavaScript code is a valid TypeScript code TypeScript has some addon features as extended to JavaScript –
If I say Angular is a JavaScript framework, what hits to your mind? Why do we need a framework when we can work with JavaScript alone? So, I am happy to tell you