11.0.0 • Published 3 years ago

ng-http-date-dayjs v11.0.0

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

NgHttpDate Day.js Plugin

What?

Day.js plugin for NgHttpDate.

Installation

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

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

npm i ng-http-date-dayjs

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

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

Import the NgHttpDateDayjsModule in your root module:

import {NgHttpDateModule} from 'ng-http-date-core';
import {NgHttpDateDayjsModule} from 'ng-http-date-dayjs';

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

3 years ago

10.1.0

4 years ago

8.1.0

4 years ago

9.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