Skip to content

sartography/cr-connect-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 use npm link to connect the two systems. On the library side, run

ng build --watch

Then create a link to the built values by cd'ing into the dist directory (in a new terminal, leave the build above running)

cd sartography-libraries/dist/sartography-workflow-lib
npm link

On the frontend code, link to the sartgraph-workflow-lib:

npm link sartography-workflow-lib
ng serve

Also note that you may need to add

            "preserveSymlinks": true

to your angular.json file in build/options.

At this point any changes you make to the shared libraries should be immediately reflected in your locally running front end.

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.