@dataclouder/ngx-core 0.1.48 → 0.1.49
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/index.d.ts
CHANGED
|
@@ -688,7 +688,7 @@ declare class HttpCoreService {
|
|
|
688
688
|
}
|
|
689
689
|
|
|
690
690
|
declare abstract class EntityCommunicationService<T> {
|
|
691
|
-
|
|
691
|
+
protected serviceName: string;
|
|
692
692
|
protected httpService: HttpCoreService;
|
|
693
693
|
protected customHost?: string;
|
|
694
694
|
constructor(serviceName: string);
|