feat: add DCB User Service API - Authentication system with KEYCLOAK - Modular architecture with services for each feature
This commit is contained in:
parent
2c095ac311
commit
e5b0368e8c
@ -331,6 +331,11 @@ export class DashboardReport implements OnInit, OnDestroy {
|
||||
constructor(private reportingService: DcbReportingService) {}
|
||||
|
||||
ngOnInit() {
|
||||
|
||||
}
|
||||
|
||||
ngAfterViewInit() {
|
||||
// Charger les données après que la vue soit initialisée
|
||||
this.loadAllData();
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user