+++ title = "Products client (Angular)" +++
This is the frontend client for the Products module, written in Angular.
This client is implementing the midgard Crud module to execute CRUD operation on Products service (Django).
- To build the project:
ng build
- The build artifacts will be stored in the
dist/
directory. Use the--prod
flag for a production build. - To run tests using Karma:
ng test
- To run end-to-end tests using Protractor:
ng e2e
/pages
: Components that have roots assigned to them./state
: State-related files and data models.routing.module.ts
: Where the client's routes are defined.ngModule
: Where components, services, pipes, etc. are defined.
This client connects to the following services:
Run npm run compodoc
to generate Compodoc documentation to the /documentation
directory.
Copyright ©2019 Humanitec GmbH.
This code is released under the Humanitec Affero GPL. See the LICENSE file for details.