Go to file
Aaron Louie 69d490d76f Adds settings screen and refactors get/set app defaults 2020-09-23 13:09:00 -04:00
docker Sets up basic Angular app 2020-09-22 14:33:50 -04:00
e2e Renders label layout 2020-09-22 22:33:07 -04:00
src Adds settings screen and refactors get/set app defaults 2020-09-23 13:09:00 -04:00
.browserslistrc Renders label layout 2020-09-22 22:33:07 -04:00
.editorconfig Sets up basic Angular app 2020-09-22 14:33:50 -04:00
.gitignore Sets up basic Angular app 2020-09-22 14:33:50 -04:00
.sonarcloud.properties Sets up basic Angular app 2020-09-22 14:33:50 -04:00
.travis.yml Adds settings screen and refactors get/set app defaults 2020-09-23 13:09:00 -04:00
Dockerfile Sets up basic Angular app 2020-09-22 14:33:50 -04:00
LICENSE Sets up basic Angular app 2020-09-22 14:33:50 -04:00
README.md Sets up basic Angular app 2020-09-22 14:33:50 -04:00
angular.json Sets up basic Angular app 2020-09-22 14:33:50 -04:00
deploy.sh Sets up basic Angular app 2020-09-22 14:33:50 -04:00
karma.conf.js Sets up basic Angular app 2020-09-22 14:33:50 -04:00
karma.globals.js Sets up basic Angular app 2020-09-22 14:33:50 -04:00
nginx.conf Sets up basic Angular app 2020-09-22 14:33:50 -04:00
package-lock.json Adds settings screen and refactors get/set app defaults 2020-09-23 13:09:00 -04:00
package.json Adds settings screen and refactors get/set app defaults 2020-09-23 13:09:00 -04:00
sonar-project.properties Sets up basic Angular app 2020-09-22 14:33:50 -04:00
tsconfig.app.json Sets up basic Angular app 2020-09-22 14:33:50 -04:00
tsconfig.json Renders label layout 2020-09-22 22:33:07 -04:00
tsconfig.spec.json Sets up basic Angular app 2020-09-22 14:33:50 -04:00
tslint.json Renders label layout 2020-09-22 22:33:07 -04:00

README.md

sartography/cr-connect-frontend

Build Status Coverage

CR Connect Frontend

This project was generated with Angular CLI version 8.3.15.

Development server

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.

Local Development with Sartogprahy Libraries

If you are making changes to the Sartography Libraries dependency, you can replace that line in the package.json file with something akin to this, where you supply the full path to the dist folder, remember to run 'npm build' in that directory for your local changes to take effect, and be sure to change this back to the proper value before committing your code

 "sartography-workflow-lib": "/home/dan/code/workflow/sartography-libraries/dist/sartography-workflow-lib",

Also note that you need to add

            "preserveSymlinks": true

to your angular.json file in build/options.

Code scaffolding

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.

Build

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.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng 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.