@4geit/ngx-marketplace-layout-module

1.4.0 • Public • Published

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


module to setup a marketplace layout

Installation

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

Or use yarn using the following command:

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

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

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

/@4geit/ngx-marketplace-layout-module/

    Package Sidebar

    Install

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

    Weekly Downloads

    2

    Version

    1.4.0

    License

    MIT

    Last publish

    Collaborators

    • geraldinestarke
    • fabianstarke
    • canercandan