Skip to content

Commit

Permalink
Deploy latest build
Browse files Browse the repository at this point in the history
  • Loading branch information
egon-development committed Aug 9, 2024
1 parent d8ac632 commit 8b59d5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions app-latest-build/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -9003,8 +9003,9 @@ function LabelDictionaryComponent_For_13_Template(rf, ctx) {
}
}
class LabelDictionaryComponent {
constructor(labelDictionaryService) {
constructor(labelDictionaryService, cd) {
this.labelDictionaryService = labelDictionaryService;
this.cd = cd;
this.closeEmitter = new _angular_core__WEBPACK_IMPORTED_MODULE_1__.EventEmitter();
this.labelDictionaryService.createLabelDictionaries();
this.workObjectEntries = this.labelDictionaryService.getWorkObjectLabels();
Expand All @@ -9016,6 +9017,7 @@ class LabelDictionaryComponent {
this.labelDictionaryService.createLabelDictionaries();
this.workobjectEntriesSubject.next(this.labelDictionaryService.getWorkObjectLabels());
this.activityEntriesSubject.next(this.labelDictionaryService.getActivityLabels());
this.cd.detectChanges();
}
save() {
this.workObjectEntries = this.workobjectEntriesSubject.value;
Expand Down Expand Up @@ -9062,7 +9064,7 @@ class LabelDictionaryComponent {
this.closeEmitter.emit();
}
static #_ = this.ɵfac = function LabelDictionaryComponent_Factory(t) {
return new (t || LabelDictionaryComponent)(_angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵɵdirectiveInject"](_services_label_dictionary_service__WEBPACK_IMPORTED_MODULE_0__.LabelDictionaryService));
return new (t || LabelDictionaryComponent)(_angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵɵdirectiveInject"](_services_label_dictionary_service__WEBPACK_IMPORTED_MODULE_0__.LabelDictionaryService), _angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵɵdirectiveInject"](_angular_core__WEBPACK_IMPORTED_MODULE_1__.ChangeDetectorRef));
};
static #_2 = this.ɵcmp = /*@__PURE__*/_angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵɵdefineComponent"]({
type: LabelDictionaryComponent,
Expand Down
2 changes: 1 addition & 1 deletion app-latest-build/main.js.map

Large diffs are not rendered by default.

0 comments on commit 8b59d5e

Please sign in to comment.