@ngx-utility/dates
TypeScript icon, indicating that this package has built-in type declarations

15.0.0 • Public • Published

Date Utils Module

Installation

npm install --save @ngx-utility/dates moment

Setup

@NgModule({
  imports: [
    BrowserModule,
    UtilityDatesModule
  ],
  bootstrap: [AppComponent]
})
export class AppModule {
}

Usage

FromNow Pipe

<span>{{yesterday|fromNow}}</span>

Other pipes

See documentation: https://xbranch.github.io/ngx-utility/#/dates

Package Sidebar

Install

npm i @ngx-utility/dates

Weekly Downloads

0

Version

15.0.0

License

MIT

Unpacked Size

22.5 kB

Total Files

16

Last publish

Collaborators

  • xbrancher