ngx moment
npm install --save moment ngx-moment
...
import { MomentModule } from 'ngx-moment';
@NgModule({
imports: [
MomentModule
]
})
ngx moment
npm install --save moment ngx-moment
...
import { MomentModule } from 'ngx-moment';
@NgModule({
imports: [
MomentModule
]
})
angular moment pipe timeAgo
Ref: https://github.com/urish/ngx-moment
Import MomentModule into your app's modules:
import { MomentModule } from 'ngx-moment';
@NgModule({
imports: [
MomentModule
]
})
If you would like to supply any NgxMomentOptions that will be made available to the pipes you can also use:
import { MomentModule } from 'ngx-moment';
@NgModule({
imports: [
MomentModule.forRoot({
relativeTimeThresholdOptions: {
'm': 59
}
})
]
})
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us