@4geit/ngx-dashboard-layout-module

1.1.2 • Public • Published

@4geit/ngx-dashboard-layout-module npm version


module for a dashboard-layout based app

Installation

  1. A recommended way to install @4geit/ngx-dashboard-layout-module is through npm package manager using the following command:
npm i @4geit/ngx-dashboard-layout-module --save

Or use yarn using the following command:

yarn add @4geit/ngx-dashboard-layout-module
  1. You need to import the NgxDashboardLayoutModule class in whatever module you want in your project for instance app.module.ts as follows:
import { NgxDashboardLayoutModule } from '@4geit/ngx-dashboard-layout-module';

And you also need to add the NgxDashboardLayoutModule module within the @NgModule decorator as part of the imports list:

@NgModule({
  // ...
  imports: [
    // ...
    NgxDashboardLayoutModule,
    // ...
  ],
  // ...
})
export class AppModule { }

Readme

Keywords

none

Package Sidebar

Install

npm i @4geit/ngx-dashboard-layout-module

Weekly Downloads

1

Version

1.1.2

License

MIT

Last publish

Collaborators

  • geraldinestarke
  • fabianstarke
  • canercandan