11.0.0 • Published 3 years ago

ng-http-date-moment v11.0.0

Weekly downloads
4
License
GPL-3.0-or-later
Repository
github
Last release
3 years ago

NgHttpDate Moment Plugin

What?

Moment plugin for NgHttpDate.

Installation

You need to install ng-http-date first. See NgHttpDate for instructions.

Install ng-http-date-moment via npm or yarn or any other compatible packet manager:

npm i ng-http-date-moment

If you're not using the current Angular version you should use an older version of ng-http-date-moment:

Angular11.x10.x9.x8.2.xolder
ng-http-date-moment11.x10.x9.x8.xnot supported

Import the NgHttpDateMomentModule in your root module:

import {NgHttpDateModule} from 'ng-http-date-core';
import {NgHttpDateMomentModule} from 'ng-http-date-moment';

@NgModule({
  declarations: [...],
  imports: [
    ...
    NgHttpDateModule,
    NgHttpDateMomentModule,
    ...
  ],
  providers: [...],
  bootstrap: [...]
})
export class AppModule {
  ...
}
11.0.0

3 years ago

10.1.0

4 years ago

9.1.0

4 years ago

8.1.0

4 years ago

8.0.0

4 years ago

10.0.3

4 years ago

9.0.0

4 years ago

10.0.2

4 years ago

10.0.1

4 years ago

10.0.0

4 years ago