@4geit/ngx-page-service

1.1.0 • Public • Published

@4geit/ngx-page-service npm version


Page-related routines

Installation

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

Or use yarn using the following command:

yarn add @4geit/ngx-page-service
  1. You need to import the NgxPageService service in the module you want to use it. For instance app.module.ts as follows:
import { NgxPageService } from '@4geit/ngx-page-service';

And you also need to add the NgxPageService service within the @NgModule decorator as part of the providers list:

@NgModule({
  // ...
  providers: [
    // ...
    NgxPageService,
    // ...
  ],
  // ...
})
export class AppModule { }

/@4geit/ngx-page-service/

    Package Sidebar

    Install

    npm i @4geit/ngx-page-service

    Weekly Downloads

    4

    Version

    1.1.0

    License

    MIT

    Last publish

    Collaborators

    • geraldinestarke
    • fabianstarke
    • canercandan