@kms-ngx-ui/presentational 14.1.2 → 14.1.3

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.
@@ -517,8 +517,8 @@ class SizeDirective {
517
517
  this.size = '';
518
518
  }
519
519
  ngOnInit() {
520
- this.elementRef.nativeElement.style.width(this.size + 'px');
521
- this.elementRef.nativeElement.style.height(this.size + 'px');
520
+ this.elementRef.nativeElement.style.width = this.size + 'px';
521
+ this.elementRef.nativeElement.style.height = this.size + 'px';
522
522
  }
523
523
  }
524
524
  SizeDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SizeDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });