How To Run
Run in Web Browser
Open the Terminal and navigate to the project folder angular and install NodeJS dependencies , Please make sure you have node, npm and angular-cli installed before run below command.
$ npm install
Once your node_modules lib install successfully you can run app in own browser with :
$ ng serve
To build app for production :
** $ ng build --prod **
Above command will create dist directory that you can deploy on any Hosting.
If there any issue please google it or if you didn't find any solution report us, we will looked into it.