module-zero-core-template icon indicating copy to clipboard operation
module-zero-core-template copied to clipboard

ASP.NET Core MVC / Angular Startup Project For ASP.NET Boilerplate

Results 7 module-zero-core-template issues
Sort by recently updated
recently updated
newest added

Please consider this PR, to help to update the project Docker files.

Hi I have added a simple user interface for editing settings in the tenant scope in the Angular project. It could be an extensive feature but kept things as simple...

Error before: Attempted import error: 'locale' is not exported from 'moment' (imported as 'moment').

The proposed code allow parent MenuItems to be shown/hidden based on the permissions of the child items. At persent, if a user does not have access to any child MenuItems,...

The path to dist folder which gets created on ng build --prod is inside wwwroot

# Summary Introduces the option of writing light-weight, fast-running unit tests in addition to the current in-memory database style integration tests. The key to this functionality is the new `.AsRepository()`...