Browsed by
Category: Angular

Development blogs related to Angular/Typescript

Hello World in Angular

Hello World in Angular

Getting started with angular is pretty simple now. All you need is a code editor, installed node [for npm] and you are good to go. First and foremost you need to have node install in your computer. To install the latest version of node Go to this website : https://nodejs.org/en/download/ Download the relevant installation for your OS/machine architecture Install it on your system Follow steps as prompted by installer. To verify successful installation, open command prompt/power-shell and type “node -v”,…

Read More Read More