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

2.0.2 • Public • Published

Layout

Layout components and services used for application layout.

Dependencies

This package has some peer dependencies. To install these dependencies, run the following commands from your application root:

npm install material-design-icons@3.0.1 --save

or

yarn add material-design-icons@3.0.1

Installation

Install this package with the following command:

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

or

yarn add @anviltech/wuf-ang-layout

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

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

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

imports: [
    WufLayoutModule.forRoot()
]

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

imports: [
    WufLayoutModule
]

Usage

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

Readme

Keywords

none

Package Sidebar

Install

npm i @anviltech/wuf-ang-layout

Weekly Downloads

15

Version

2.0.2

License

MIT

Unpacked Size

921 kB

Total Files

107

Last publish

Collaborators

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