This project was generated with Angular CLI version 6.0.8. This is a mock dashboard with two styles and search capabilities which consume the Audit Wolf's XML rest API.
Make sure angular is installed on your device.
- cd PROJECTDIR
- npm install
- ng serve or ng serve -o
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.
Unfortunately due to time constraints no unit tests were written.
There are three main parts of the application Services, Components, and Models
We use it for consume the XML Rest API
Since we are using angular we are using a template based approach which allows users to resume a lot of the components thus making code reusability very good for this application.
We use models to get Issue object
Provides useful functions such as filtering documentation - https://lodash.com/
Provides neat components and navigations documentation - https://material.angular.io/
A more powerful version of css documentation - https://sass-lang.com/