@next-level-integration/nli-input-lib
Advanced tools
Comparing version 0.1.10 to 0.1.11
@@ -28,3 +28,3 @@ import {Input, HostListener, Component, forwardRef} from "@angular/core"; | ||
@Input() | ||
readonly: string; | ||
readonly: boolean; | ||
@@ -118,6 +118,5 @@ @Input() | ||
getReadonly(){ | ||
alert(this.readonly); | ||
if(isNullOrUndefined(this.readonly))return 'false'; | ||
if(isNullOrUndefined(this.readonly))return false; | ||
else return this.readonly; | ||
} | ||
} |
{ | ||
"name": "@next-level-integration/nli-input-lib", | ||
"version": "0.1.10", | ||
"version": "0.1.11", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "lib", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17696
283