#Upgraded Node version to 8.9, as it is the minimum requirement for angular-cli.
This project was generated with Angular CLI version 6.0.5.
Use npm install
after taking a pull of this project.
Run ng serve
or npm start
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
This app has 2 pages viz http://localhost:4200/players
and http://localhost:4200/asset-entry
Players is a simple CRUD application which showcases, Dynamic configurable forms, validations and Animations. It also has internal router outlet which is used to invoke child component
Asset entry form has multiple components like date, multi-select which are showcased for evaluation.