@4geit/ngx-dashboard-module

1.0.0 • Public • Published

@4geit/ngx-dashboard-module npm version


this module setups a dashboard layout

Installation

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

Or use yarn using the following command:

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

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

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

Readme

Keywords

none

Package Sidebar

Install

npm i @4geit/ngx-dashboard-module

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • geraldinestarke
  • fabianstarke
  • canercandan