projects/core/utils/coerce.util.ts
Coerces a value to a boolean.
Strings are truthy unless they equal 'false'. All other falsy values return false.
'false'
false
coerceBooleanProperty(value)
boolean