Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.64 KB

README.md

File metadata and controls

43 lines (26 loc) · 1.64 KB

+++ title = "Products client (Angular)" +++

Products client (Angular)

This is the frontend client for the Products module, written in Angular.

Overview

This client is implementing the midgard Crud module to execute CRUD operation on Products service (Django).

Develop this client

  • 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

File structure

  • /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.

Services

This client connects to the following services:

API documentation (Compodoc)

Run npm run compodoc to generate Compodoc documentation to the /documentation directory.

License

Copyright ©2019 Humanitec GmbH.

This code is released under the Humanitec Affero GPL. See the LICENSE file for details.