@smartsoft001-mobilems/angular 2.3.0 → 2.4.0
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 +2 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -96,10 +96,10 @@ declare abstract class CrudBaseService<T extends IEntity<string>> extends CrudSe
|
|
|
96
96
|
protected handleError(err: unknown & {
|
|
97
97
|
status: number;
|
|
98
98
|
}): Observable<any>;
|
|
99
|
-
protected getQueryType(type: '=' | '!=' | '>=' | '<=' | '<' | '>', isArray: boolean): "
|
|
99
|
+
protected getQueryType(type: '=' | '!=' | '>=' | '<=' | '<' | '>', isArray: boolean): "" | "[from]" | "[to]" | "[]";
|
|
100
100
|
}
|
|
101
101
|
|
|
102
|
-
declare const SERVICES: (typeof
|
|
102
|
+
declare const SERVICES: (typeof ConfigsService | typeof DictionaryService | typeof ConfigsFacade)[];
|
|
103
103
|
|
|
104
104
|
declare class PageComponent extends PageBaseComponent {
|
|
105
105
|
static ɵfac: i0.ɵɵFactoryDeclaration<PageComponent, never>;
|