Skip to content

domilejanenaite/products_client_angular

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

+++ 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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.3%
  • HTML 4.7%