@ng-icons/core 30.1.0 → 30.2.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.
@@ -23,6 +23,8 @@ export declare class NgIcon implements OnDestroy {
23
23
  private readonly platform;
24
24
  /** Access the element ref */
25
25
  private readonly elementRef;
26
+ /** A unique id for this instance */
27
+ private readonly uniqueId;
26
28
  /** Access the logger */
27
29
  private readonly logger;
28
30
  /** Define the name of the icon to display */
@@ -41,6 +43,7 @@ export declare class NgIcon implements OnDestroy {
41
43
  ngOnDestroy(): void;
42
44
  private updateIcon;
43
45
  private setSvg;
46
+ private replaceIds;
44
47
  /**
45
48
  * Request the icon from the loader.
46
49
  * @param name The name of the icon to load.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ng-icons/core",
3
- "version": "30.1.0",
3
+ "version": "30.2.0",
4
4
  "license": "MIT",
5
5
  "keywords": [
6
6
  "angular",