@smartsoft001-mobilems/angular 2.16.0 → 2.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4,7 +4,7 @@ import { Injectable, inject, PLATFORM_ID, signal, effect, computed, input, outpu
|
|
|
4
4
|
import { Meta, Title, DomSanitizer } from '@angular/platform-browser';
|
|
5
5
|
import { StyleService as StyleService$1, ReduxAction, AppBaseComponent, PageBaseComponent, BaseComponent } from '@smartsoft001/angular';
|
|
6
6
|
import { HttpClient } from '@angular/common/http';
|
|
7
|
-
import
|
|
7
|
+
import moment from 'moment';
|
|
8
8
|
import { lastValueFrom, combineLatest, firstValueFrom, Subject, of, throwError } from 'rxjs';
|
|
9
9
|
import { map, filter, catchError } from 'rxjs/operators';
|
|
10
10
|
import * as i1 from '@angular/common';
|
|
@@ -1080,7 +1080,7 @@ class ConfigsFacade {
|
|
|
1080
1080
|
});
|
|
1081
1081
|
}
|
|
1082
1082
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: ConfigsFacade, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1083
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: ConfigsFacade }); }
|
|
1083
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: ConfigsFacade, providedIn: 'root' }); }
|
|
1084
1084
|
}
|
|
1085
1085
|
__decorate([
|
|
1086
1086
|
ReduxAction(),
|
|
@@ -1095,7 +1095,10 @@ __decorate([
|
|
|
1095
1095
|
__metadata("design:returntype", Promise)
|
|
1096
1096
|
], ConfigsFacade.prototype, "init", null);
|
|
1097
1097
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: ConfigsFacade, decorators: [{
|
|
1098
|
-
type: Injectable
|
|
1098
|
+
type: Injectable,
|
|
1099
|
+
args: [{
|
|
1100
|
+
providedIn: 'root',
|
|
1101
|
+
}]
|
|
1099
1102
|
}], propDecorators: { getPage: [], init: [] } });
|
|
1100
1103
|
|
|
1101
1104
|
class AppComponent extends AppBaseComponent {
|