@anviltech/wuf-ang-login-animated

A fancy, animated login screen.

Usage no npm install needed!

<script type="module">
  import anviltechWufAngLoginAnimated from 'https://cdn.skypack.dev/@anviltech/wuf-ang-login-animated';
</script>

README

Layout

A fancy, animated login screen.

Installation

Install this package with the following command:

npm install @anviltech/wuf-ang-login-animated --save

or

yarn add @anviltech/wuf-ang-login-animated

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

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

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

imports: [
    WufLogindModule.forRoot()
]

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

imports: [
    WufLogindModule
]

Usage

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