File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
web-app/admin/src/app/admin Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1717 < mat-card >
1818 < mat-card-title >
1919 Inactive Users
20- < sup > < mat-badge [content ] ="count() " matBadgeColor ="accent "> </ mat-badge > </ sup >
20+ < sup [matBadge ] ="count() " matBadgeColor ="accent "> </ sup >
2121 </ mat-card-title >
2222
2323 < mat-form-field appearance ="fill " class ="w-100 mb-3 ">
4747 < mat-card >
4848 < mat-card-title >
4949 Unregistered Devices
50- < sup > < mat-badge [content ] ="deviceCount() " matBadgeColor ="accent "> </ mat-badge > </ sup >
50+ < sup [matBadge ] ="deviceCount() " matBadgeColor ="accent "> </ sup >
5151 </ mat-card-title >
5252
5353 < mat-form-field appearance ="fill " class ="w-100 mb-3 ">
Original file line number Diff line number Diff line change @@ -4,12 +4,13 @@ import { AdminDashboardModule } from './admin-dashboard/admin-dashboard.module';
44
55@NgModule ( {
66 declarations : [
7- AdminPluginTabContentComponent , AdminDashboardModule ,
7+ AdminPluginTabContentComponent ,
88 ] ,
99 imports : [
10+ AdminDashboardModule
1011 ] ,
1112 exports : [
12- AdminPluginTabContentComponent , AdminDashboardModule ,
13+ AdminPluginTabContentComponent ,
1314 ]
1415} )
1516export class AdminModule {
You can’t perform that action at this time.
0 commit comments