@stemy/ngx-utils 19.9.20 → 19.9.21
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.
|
@@ -7417,7 +7417,7 @@ class BtnComponent {
|
|
|
7417
7417
|
this.tooltip = input("");
|
|
7418
7418
|
this.icon = input("");
|
|
7419
7419
|
this.disabled = input(false);
|
|
7420
|
-
this.path = input("
|
|
7420
|
+
this.path = input("");
|
|
7421
7421
|
this.type = input("primary");
|
|
7422
7422
|
this.size = input("normal");
|
|
7423
7423
|
this.buttonType = inject(BUTTON_TYPE);
|