@acpaas-ui/ngx-utils

The utils module is a collection of some frequently used utility modules like a filter, labels or window module. So you don't need to reinvent the wheel every time. You can find an overview in the [Modules](#modules) section below.

Usage no npm install needed!

<script type="module">
  import acpaasUiNgxUtils from 'https://cdn.skypack.dev/@acpaas-ui/ngx-utils';
</script>

README

@acpaas-ui/ngx-utils

The utils module is a collection of some frequently used utility modules like a filter, labels or window module. So you don't need to reinvent the wheel every time. You can find an overview in the Modules section below.

Documentation

Visit our documentation site for full how-to docs and guidelines

Modules

Name Description Documentation
FilterModule A basic module to filter a set of data using an input, checkbox or select filter. Documentation
LabelsModule Some useful tools to handle (template) labels in isolated components. Documentation
WindowModule Window provider to inject the browser’s native window object into a component. Documentation

Contributing

Visit our Contribution Guidelines for more information on how to contribute.