New Angular based web version #1

Closed
thomas.nuyken wants to merge 150 commits from main into ddd
Showing only changes of commit 351a1a4635 - Show all commits

View File

@@ -73,6 +73,7 @@ public static class DependencyInjectionExtensions
.TrimStart('.'); .TrimStart('.');
} }
fullClassName = fullClassName.Replace('+', '_');
return fullClassName; return fullClassName;
}); });
}); });