0.0.0 • Published 1 year ago

evaluate-spa v0.0.0

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Evaluate SPA

This is where all Evaluate webapp logic will be ported to over time.

This project was generated with Angular CLI version 7.1.2.

Running the app

See setup instructions in ~\BigHand Evaluate\readme.md.

The angular app is dependent on the MVC solution (EvaluateWeb). Until the Angular app has all the MVC app logic and can become fully independent, ng serve will not work. Therefore npm run start is calling ng build --watch=true for the time being, so that the source code gets compiled while your typing.

Code scaffolding

Use the Angular CLI to generate new components, services, guards, classes etc...

There's a VS Code plugin that does the same, but is more convenient: Angular Schematics

Angular CLI commands
Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Testing

npm run test to execute the unit tests via Karma.
npm run e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.