@smartsoft001-mobilems/angular 2.17.0 → 2.18.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
CHANGED
|
@@ -318,7 +318,7 @@ declare abstract class CrudBaseService<T extends IEntity<string>> extends CrudSe
|
|
|
318
318
|
protected getQueryType(type: '=' | '!=' | '>=' | '<=' | '<' | '>', isArray: boolean): "" | "[from]" | "[to]" | "[]";
|
|
319
319
|
}
|
|
320
320
|
|
|
321
|
-
declare const SERVICES: (typeof
|
|
321
|
+
declare const SERVICES: (typeof ConfigsFacade | typeof StyleService | typeof ConfigsService | typeof AuthStorageService | typeof ContrastService | typeof DictionaryService | typeof FileUrlService | typeof GlobalService | typeof TranslationService | typeof MetaService | typeof ModalService | typeof SeoService | typeof SettingsService | typeof WcagService)[];
|
|
322
322
|
|
|
323
323
|
declare class PageComponent extends PageBaseComponent {
|
|
324
324
|
static ɵfac: i0.ɵɵFactoryDeclaration<PageComponent, never>;
|