@acorex/cdk 21.0.0-next.50 → 21.0.0-next.51
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.
|
@@ -1325,10 +1325,11 @@ class AXHotkeysService {
|
|
|
1325
1325
|
});
|
|
1326
1326
|
}
|
|
1327
1327
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: AXHotkeysService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1328
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: AXHotkeysService }); }
|
|
1328
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: AXHotkeysService, providedIn: 'root' }); }
|
|
1329
1329
|
}
|
|
1330
1330
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: AXHotkeysService, decorators: [{
|
|
1331
|
-
type: Injectable
|
|
1331
|
+
type: Injectable,
|
|
1332
|
+
args: [{ providedIn: 'root' }]
|
|
1332
1333
|
}] });
|
|
1333
1334
|
|
|
1334
1335
|
class AXHotkeyDirective {
|