@cbm-common/cbm-types 0.0.129 → 0.0.131
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/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -475,4 +475,8 @@ export * from './lib/domain/services/global-state.domain.service';
|
|
|
475
475
|
export * from './lib/components/pms-add-charge/pms-add-charge';
|
|
476
476
|
|
|
477
477
|
//#region client card component
|
|
478
|
-
export * from './lib/components/client-card/client-card.component';
|
|
478
|
+
export * from './lib/components/client-card/client-card.component';
|
|
479
|
+
|
|
480
|
+
//#region auth reactive service
|
|
481
|
+
export * from './lib/domain/services/auth-reactive.domain.service';
|
|
482
|
+
export * from './lib/domain/models/auth-reactive.domain.model';
|
|
@@ -1,4 +0,0 @@
|
|
|
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;
|