ngx-read-time
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

NgxReadTime

Usage

npm i --save ngx-read-time
#OR 
yarn add ngx-read-time -S

Add the module into your app.module.ts

import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
 
import { AppComponent } from './app.component';
import { NgxReadTimeModule } from 'projects/ngx-read-time/src/public-api';
 
@NgModule({
  declarations: [
    AppComponent
  ],
  imports: [
    BrowserModule,
    NgxReadTimeModule // <---- here
  ],
  providers: [],
  bootstrap: [AppComponent]
})
export class AppModule { }
 

See the demo project for an example.

Readme

Keywords

none

Package Sidebar

Install

npm i ngx-read-time

Weekly Downloads

0

Version

0.0.2

License

none

Unpacked Size

37.8 kB

Total Files

23

Last publish

Collaborators

  • ahsanayaz