@ngx-utility/dates
v15.0.0
Published
Angular Utility Dates Module
Readme
Date Utils Module
Installation
npm install --save @ngx-utility/dates momentSetup
@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
