module-zero-core-template
module-zero-core-template copied to clipboard
ASP.NET Core MVC / Angular Startup Project For ASP.NET Boilerplate
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').
Updating PT-BR translation
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()`...