It shows weather of few pre configured cities.
Demo : weatherapp
Documentation:Weatherapplication Documentation
Vide demo : Video demo of Weather app
The project is built using Angular.And separates application in to different modules.Each module is lazily loaded. It uses angular material library for showing dialog. and ngx chart library for showing area chart.
To build the app following steps needs to be done.
npm install
then run the app
ng serve
Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.