refactor(pega): Removed Pega references from the application (TV-242)

Squashed commit of the following:

commit f0af4736b6a196db9a1306ca8b355c62610905ee
Author: Erik Tiekstra <erik.tiekstra@arbetsformedlingen.se>
Date:   Thu Jun 3 06:32:21 2021 +0200

    Removed PEGA references from repository
This commit is contained in:
Erik Tiekstra
2021-06-04 09:23:55 +02:00
parent 61c3c2ff59
commit d91b3e6445
10 changed files with 15 additions and 173 deletions

View File

@@ -12,9 +12,9 @@ To get started, clone the repository and run `npm install` in the root of the pr
Run `npm start` for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
#### Pega
#### Dotnet API
Run `npm run start:pega` to run against the Pega API.
Run `npm run start:api` to run against the Dotnet API.
### Generate an application
@@ -32,9 +32,9 @@ Run `npm run new-component my-component --project=my-app` to generate a new comp
Run `npm run build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.
#### Pega
#### Dotnet API
Run `npm run build:pega` to build the project using the Pega API.
Run `npm run build:api` to build the project using the Dotnet API.
### Running unit tests on DAFA-web