@smartsoft001-mobilems/angular 2.37.0 → 2.38.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
|
@@ -357,7 +357,7 @@ declare class QueryFilterService {
|
|
|
357
357
|
}): ICrudFilter;
|
|
358
358
|
}
|
|
359
359
|
|
|
360
|
-
declare const SERVICES: (typeof
|
|
360
|
+
declare const SERVICES: (typeof ConfigsFacade | typeof SeoService | typeof MetaService | typeof FileUrlService | typeof ConfigsService | typeof AuthStorageService | typeof TranslationService | typeof ContrastService | typeof DictionaryService | typeof GlobalService | typeof ModalService | typeof SearchService | typeof SettingsService | typeof StyleService | typeof WcagService)[];
|
|
361
361
|
|
|
362
362
|
declare class PageComponent extends PageBaseComponent {
|
|
363
363
|
static ɵfac: i0.ɵɵFactoryDeclaration<PageComponent, never>;
|