Angular CLI version 8.2.2
This is the front end part of the Event Viewer app. It is currently picking up data from local Json files. Code is present and commented for the back end API calls. Backend API projects will be shared as separate repository. Please comment/uncomment accordingly in the files event.service.ts and detail.component.ts for switching to Json or API calls. For API calls, backend app needs to be running.
Please run npm install
to install the npm modules.
Run ng serve
or npm run start
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng test
to execute the unit tests.