Hello friends! 🌟 Today, I want to share my journey—how I navigated from uncertainty in my early days to finding my path as a software engineer. Was it sheer hard
Hello friends! 🌟 Today, I want to share my journey—how I navigated from uncertainty in my early days to finding my path as a software engineer. Was it sheer hard
The very first and impressive thing I got is the Angular logo. Loved it amazingly. The second thing (you guys might be surprised but it looks very nice to read
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 –