ps-toolkit-ui 1.3.5 → 1.3.6
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/bundles/ps-toolkit-ui.umd.js +0 -1
- package/bundles/ps-toolkit-ui.umd.js.map +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js.map +1 -1
- package/esm2015/lib/components/form/checkbox/form.checkbox.component.js +1 -2
- package/fesm2015/ps-toolkit-ui.js +0 -1
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -3517,7 +3517,6 @@
|
|
|
3517
3517
|
FormCheckboxComponent.prototype.ngOnInit = function () {
|
|
3518
3518
|
var _this = this;
|
|
3519
3519
|
console.log(this.inp.value, 'ngOnInitngOnInitngOnInit');
|
|
3520
|
-
this.setValue(this.inp.value === true);
|
|
3521
3520
|
this.inp.clear = function () {
|
|
3522
3521
|
_this.inp.error = null;
|
|
3523
3522
|
_this.setValue(_this.inp.default);
|