Are you sure? downloaded a fresh version 6.9.1 Angular Core and i have same compile warnings
ASP.NET Core & Angular 6.9.1
I have a few pages where i want to override the datatable style to use smaller fonts and borders. So i have created a (therapist-year-stats.component.less) file with:
` #therapist-stats .primeng-datatable-container .ui-table table th, .primeng-datatable-container .ui-table table td { overflow-wrap: normal; font-size: 12px; border: 1px solid #c8c8c8 !important; }
.ui-table table td {
text-align: right;
}
In the ts file of the component i have:
@Component({
templateUrl: './therapist-year-stats.component.html',
encapsulation: ViewEncapsulation.None,
animations: [appModuleAnimation()],
styleUrls: ['./therapist-year-stats.component.less']
})
`
And in the HTML i have
<div id="therapist-stats" class="primeng-datatable-container" [busyIf]="primengTableHelper.isLoading">
When i test it all datatables on all pages have this override, how do i specify only the stats datatables?
Thanks in advance
Hi, i have add some new Roles, when i check the role in db, i see strange names like "c1b00f6028d6493794aa161f7e4de2fe" and normalized name like ''C1B00F6028D6493794AA161F7E4DE2FE" for displayname "Content Editor".
When i use var users = await UserManager.GetUsersInRoleAsync("Content Editor"); I don't get any result.
Ah, that did the trick. Is this new?
Hi,
I have created a new AppService, build works fine, AppService works in Swagger. When i run refresh.bat the new AppService isn't added to service.proxies.ts and service.proxy.module.ts
How to find the problem?
Thanks in advance, Rene
Forget it, already found it in the chat-bar.component <perfect-scrollbar>
Is there an Angular version of the Metronics scrollable portlets?
Thanx in advance Rene van Woezik
I have different dashboards based on selected Tenant, how do i route to the correct dashboard? Thanx in advance, Rene van Woezik