Skip to content

Template for Angular front-end .net core back-end project template

License

Notifications You must be signed in to change notification settings

RenetConsulting/angularcore.net

Repository files navigation

angularcore.net

Template for Angular front-end .net core back-end project template. This project template implement optimistic concurrency, generic entity management, unit test with code coverage.

Prerequisite:

Note:

  • Add DebugType: full into the PropertyGroup of the source test project.

    <PropertyGroup>
      <DebugType>full</DebugType>
    </PropertyGroup>
    

    The system has been updated to Angular v9