Archives for: "January 2020, 02"
Angular + Asp.net core identity is not easy, you need some custom claims
In Visual Sutdio 2019, Angular+ .net core identity is nearly done by a single click. But that is not easy if you wish to add extra custom claims. I have tried to used IdentityResource or IProfileService to config the Identity server at Startup.cs. That… more »
Separating the routes in angular
I don't know why the default .net core angular template all routes in the app.modules.ts like this CodeRouterModule.forRoot([ { path: '', component: HomeComponent, pathMatch: 'full'… more »