How to use the @swimlane/ngx-ui/utils.coerceBoolean function in @swimlane/ngx-ui

To help you get started, we’ve selected a few @swimlane/ngx-ui examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github swimlane / ngx-ui / projects / swimlane / ngx-ui / src / lib / components / input / input.component.ts View on Github external
set passwordTextVisible(p: boolean) {
    this._passwordTextVisible = coerceBoolean(p);
    this.updateInputType();
  }

@swimlane/ngx-ui

Component & Style Library for Angular by Swimlane.

MIT
Latest version published 1 month ago

Package Health Score

79 / 100
Full package analysis

Popular @swimlane/ngx-ui functions