@breadstone/mosaik-elements-angular 0.0.74 → 0.0.75
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/CHANGELOG.md
CHANGED
|
@@ -54864,7 +54864,7 @@ class IconNameDirective {
|
|
|
54864
54864
|
if (!iconName) {
|
|
54865
54865
|
throw new Error('[IconNameDirective]: Icon name must be a non-empty string.');
|
|
54866
54866
|
}
|
|
54867
|
-
this._element.
|
|
54867
|
+
this._element.icon = this._registry.get(iconName);
|
|
54868
54868
|
}
|
|
54869
54869
|
}
|
|
54870
54870
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.6", ngImport: i0, type: IconNameDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|