barsa-novin-ray-core 2.0.3 → 2.0.6

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.
@@ -133,6 +133,7 @@ export declare class PortalService {
133
133
  nama: string;
134
134
  afterReady?: (e: any) => void;
135
135
  }): void;
136
+ get loginRoute$(): Observable<string>;
136
137
  ExecuteNotificationAction(id: string, actionTitle: string): void;
137
138
  loadUserPortalSetting(): void;
138
139
  loadServerStartupData(): Promise<Record<string, any>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-novin-ray-core",
3
- "version": "2.0.3",
3
+ "version": "2.0.6",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^17.3.5",
6
6
  "@angular/common": "^17.3.5"