@anviltech/wuf-ang-utils
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

Utilities

This package contains a number of helper functions for positioning, event triggers, merging, etc that can be used in an app, component, or tests.

Installation

Install this package with the following command:

npm install @anviltech/wuf-ang-utils --save

or

yarn add @anviltech/wuf-ang-utils

Import this package into your application's app.module.ts file:

import { WufDashboardModule } from '@anviltech/wuf-ang-utils';

Add to the imports section of app.module.ts:

imports: [
    WufUtilsModule.forRoot()
]

When this package is used in any application submodule (not the main app.module.ts file), do not include .forRoot():

imports: [
    WufUtilsModule
]

Usage

Refer to the Living Style Guide for documentation on usage of this package.

Dependencies (0)

    Dev Dependencies (2)

    Package Sidebar

    Install

    npm i @anviltech/wuf-ang-utils

    Weekly Downloads

    2

    Version

    2.0.1

    License

    MIT

    Unpacked Size

    399 kB

    Total Files

    59

    Last publish

    Collaborators

    • anvil-open-source
    • luvaas
    • rodrigo.silveira