@cbm-common/cbm-types 0.0.120 → 0.0.121
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.
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ApplicationRef } from "@angular/core";
|
|
2
|
+
import { Router } from "@angular/router";
|
|
3
|
+
import { CbmWebSocketService } from "../../domain/services/web-socket/web-socket.service";
|
|
4
|
+
export declare function webSocketFactory(appRef: ApplicationRef, router: Router): CbmWebSocketService;
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -469,7 +469,4 @@ export * from './lib/domain/repositories/down-payment.domain.repository';
|
|
|
469
469
|
export * from './lib/domain/models/down-payment.domain.model';
|
|
470
470
|
|
|
471
471
|
//#region global state service
|
|
472
|
-
export * from './lib/domain/services/global-state.domain.service';
|
|
473
|
-
|
|
474
|
-
//#region pms add charge component
|
|
475
|
-
export * from './lib/components/pms-add-charge/pms-add-charge';
|
|
472
|
+
export * from './lib/domain/services/global-state.domain.service';
|