/angular_practice

This repository consist of practices done for Angular Framework

Primary LanguageTypeScript

angular_practice

This repository consist of practices done for Angular Framework

For installing the application locally please install dependencies by using below command

npm install

makesure to run this command in the same directory where the package.json file exist

Then Run the below command to start

ng serve

or if the above command shows ng is not recoganised as internal or external command

npm run ng serve