@smartsoft001-mobilems/angular 2.42.0 → 2.43.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
|
@@ -364,7 +364,7 @@ declare class QueryFilterService {
|
|
|
364
364
|
}): ICrudFilter;
|
|
365
365
|
}
|
|
366
366
|
|
|
367
|
-
declare const SERVICES: (typeof
|
|
367
|
+
declare const SERVICES: (typeof AuthStorageService | typeof ConfigsService | typeof ContrastService | typeof DictionaryService | typeof FileUrlService | typeof GlobalService | typeof TranslationService | typeof MetaService | typeof ModalService | typeof SearchService | typeof SeoService | typeof SettingsService | typeof StyleService | typeof WcagService | typeof ConfigsFacade)[];
|
|
368
368
|
|
|
369
369
|
declare class PageComponent extends PageBaseComponent {
|
|
370
370
|
static ɵfac: i0.ɵɵFactoryDeclaration<PageComponent, never>;
|