Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.07 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.07 KB

Documentation

The simplies web application based on Angular and .NET Core

Allows to perform CRUD operation with Customer Entity:

  • fetch
  • get by identity

And allows to see the basis concept in the frontend:

  • Show module angular usage principles
  • Show router outlet angular usage principles
  • Show components angular usage principles

Getting Started

Project contains the following namespaces and organization modules:

How to run

  1. Under the folder (./src/frontend/sample.web) perform npm install
  2. Run WebAPI project

Sample application