UNPKG

@angular/cdk

Version:

Angular Material Component Development Kit

8 lines (6 loc) 258 B
/** Coerces a data-bound value (typically a string) to a boolean. */ function coerceBooleanProperty(value) { return value != null && `${value}` !== 'false'; } export { coerceBooleanProperty as c }; //# sourceMappingURL=boolean-property-DaaVhX5A.mjs.map