Introduction
This is a template to create ASP.NET Core MVC / Angular. It has 2 different versions:
- ASP.NET Core MVC & jQuery (server rendered multi-page application).
- ASP.NET Core & Angular (single page application).
See here for details.
This is a template to create ASP.NET Core MVC / Angular. It has 2 different versions:
See here for details.
The method "ForEach" in Castle.Core.Internal.CollectionExtensions has been removed from Version 4.0, but StudioX.EntityFramework.Uow.EfUnitOfWork.SaveChanges () is still calling this method, causing an exception to be thrown.
Add console.log to app.component-base.ts as follows
...
l(key: string, ...args: any[]): string {
console.log("localise called with key", key);
let localizedText = this.localization.localize(key, this.localizationSourceName);
...
Initially each menu item gets called once. Once the sidebar-user-area.component is loaded it repeatedly calls l('Logout'), when other views are loaded their calls to l('#ItemName#') are added to the repeated calls.
Category: .NET / Application Templates |
Watchers: 1 |
Star: 50 |
Fork: 6 |
Last update: Jan 16, 2021 |