@smartsoft001-mobilems/angular 2.26.0 → 2.27.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 +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -346,7 +346,7 @@ declare abstract class CrudBaseService<T extends IEntity<string>> extends CrudSe
|
|
|
346
346
|
protected getQueryType(type: '=' | '!=' | '>=' | '<=' | '<' | '>', isArray: boolean): "" | "[from]" | "[to]" | "[]";
|
|
347
347
|
}
|
|
348
348
|
|
|
349
|
-
declare const SERVICES: (typeof
|
|
349
|
+
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 SearchService | typeof SeoService | typeof SettingsService | typeof WcagService)[];
|
|
350
350
|
|
|
351
351
|
declare class PageComponent extends PageBaseComponent {
|
|
352
352
|
static ɵfac: i0.ɵɵFactoryDeclaration<PageComponent, never>;
|