@ts-core/angular 13.1.17 → 13.1.20

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ts-core/angular",
3
- "version": "13.1.17",
3
+ "version": "13.1.20",
4
4
  "description": "Modules for frontend based on angular",
5
5
  "main": "public-api.js",
6
6
  "author": {
@@ -23,7 +23,7 @@
23
23
  "@angular/router": "^13.3.2",
24
24
  "@nguniversal/express-engine": "^13.1.0",
25
25
  "@ts-core/common": "^3.0.3",
26
- "@ts-core/frontend": "^3.0.3",
26
+ "@ts-core/frontend": "^3.0.5",
27
27
  "@types/numeral": "^2.0.2",
28
28
  "bootstrap": "^5.1.3",
29
29
  "css-element-queries": "^1.2.3",
@@ -1,4 +1,4 @@
1
- import { ElementRef, InjectionToken, Renderer2, RendererStyleFlags2, ViewContainerRef } from '@angular/core';
1
+ import { ElementRef, Renderer2, RendererStyleFlags2, ViewContainerRef } from '@angular/core';
2
2
  export declare class ViewUtil {
3
3
  private static _renderer;
4
4
  private static _document;
@@ -64,4 +64,3 @@ export declare class ViewUtil {
64
64
  static disposeObject(object: HTMLObjectElement, isIEBrowser?: boolean): void;
65
65
  }
66
66
  export declare type IViewElement<T extends HTMLElement = HTMLElement> = HTMLElement | ElementRef<T> | ViewContainerRef;
67
- export declare const VIEW_UTIL: InjectionToken<ViewUtil>;