|
|
|
@ -36,6 +36,7 @@ import { UserService } from '@core/http/user.service'; |
|
|
|
import { AttributeService } from '@core/http/attribute.service'; |
|
|
|
import { EntityRelationService } from '@core/http/entity-relation.service'; |
|
|
|
import { EntityService } from '@core/http/entity.service'; |
|
|
|
import { AuthService } from '@core/auth/auth.service'; |
|
|
|
import { DialogService } from '@core/services/dialog.service'; |
|
|
|
import { CustomDialogService } from '@home/components/widget/dialog/custom-dialog.service'; |
|
|
|
import { DatePipe } from '@angular/common'; |
|
|
|
@ -74,6 +75,7 @@ export class DynamicWidgetComponent extends PageComponent implements IDynamicWid |
|
|
|
this.ctx.attributeService = $injector.get(AttributeService); |
|
|
|
this.ctx.entityRelationService = $injector.get(EntityRelationService); |
|
|
|
this.ctx.entityService = $injector.get(EntityService); |
|
|
|
this.ctx.authService = $injector.get(AuthService); |
|
|
|
this.ctx.dialogs = $injector.get(DialogService); |
|
|
|
this.ctx.customDialog = $injector.get(CustomDialogService); |
|
|
|
this.ctx.date = $injector.get(DatePipe); |
|
|
|
|