@ng-icons/core 29.1.1 → 29.2.1

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.
@@ -17,6 +17,10 @@ export declare class NgIcon implements OnDestroy {
17
17
  private readonly postProcessor;
18
18
  /** Access the injector */
19
19
  private readonly injector;
20
+ /** Access the renderer */
21
+ private readonly renderer;
22
+ /** Determine the platform we are rendering on */
23
+ private readonly platform;
20
24
  /** Access the element ref */
21
25
  private readonly elementRef;
22
26
  /** Access the logger */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ng-icons/core",
3
- "version": "29.1.1",
3
+ "version": "29.2.1",
4
4
  "license": "MIT",
5
5
  "keywords": [
6
6
  "angular",
@@ -16,6 +16,7 @@
16
16
  },
17
17
  "peerDependencies": {
18
18
  "@angular/core": ">=18.0.0",
19
+ "@angular/common": ">=18.0.0",
19
20
  "rxjs": "^6.5.3 || ^7.4.0"
20
21
  },
21
22
  "module": "fesm2022/ng-icons-core.mjs",