@smartsoft001-mobilems/angular 2.19.0 → 2.20.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
|
@@ -341,10 +341,10 @@ declare abstract class CrudBaseService<T extends IEntity<string>> extends CrudSe
|
|
|
341
341
|
protected handleError(err: unknown & {
|
|
342
342
|
status: number;
|
|
343
343
|
}): Observable<any>;
|
|
344
|
-
protected getQueryType(type: '=' | '!=' | '>=' | '<=' | '<' | '>', isArray: boolean): "" | "[
|
|
344
|
+
protected getQueryType(type: '=' | '!=' | '>=' | '<=' | '<' | '>', isArray: boolean): "[from]" | "[to]" | "[]" | "";
|
|
345
345
|
}
|
|
346
346
|
|
|
347
|
-
declare const SERVICES: (typeof
|
|
347
|
+
declare const SERVICES: (typeof ConfigsFacade | typeof StyleService | typeof DictionaryService | typeof ConfigsService | typeof AuthStorageService | typeof TranslationService | typeof GlobalService | typeof FileUrlService | typeof SettingsService | typeof WcagService | typeof ContrastService | typeof MetaService | typeof SeoService | typeof ModalService | typeof SearchService)[];
|
|
348
348
|
|
|
349
349
|
declare class PageComponent extends PageBaseComponent {
|
|
350
350
|
static ɵfac: i0.ɵɵFactoryDeclaration<PageComponent, never>;
|