@ebuilding/base 2.0.2 → 2.0.3
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.
package/fesm2022/shared.srv.mjs
CHANGED
|
@@ -1959,10 +1959,11 @@ class GramGlobalService {
|
|
|
1959
1959
|
});
|
|
1960
1960
|
}
|
|
1961
1961
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: GramGlobalService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1962
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: GramGlobalService });
|
|
1962
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: GramGlobalService, providedIn: 'root' });
|
|
1963
1963
|
}
|
|
1964
1964
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: GramGlobalService, decorators: [{
|
|
1965
|
-
type: Injectable
|
|
1965
|
+
type: Injectable,
|
|
1966
|
+
args: [{ providedIn: 'root' }]
|
|
1966
1967
|
}], ctorParameters: () => [] });
|
|
1967
1968
|
|
|
1968
1969
|
class LayoutDetailPageService {
|