2.0.1 • Published 4 years ago

@anviltech/wuf-ang-login-animated v2.0.1

Weekly downloads
24
License
MIT
Repository
-
Last release
4 years ago

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.

2.0.1

4 years ago

2.0.0-rc.3.3

5 years ago

2.0.0-rc.3.2

5 years ago

2.0.0-rc.3.1

5 years ago

2.0.0-rc.3

5 years ago

2.0.0-rc.2

5 years ago

2.0.0-rc.1

5 years ago

1.0.0

5 years ago