ng-http-date-dayjs
TypeScript icon, indicating that this package has built-in type declarations

11.0.0 • Public • Published

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:

Angular 11.x 10.x 9.x 8.2.x older
ng-http-date-dayjs 11.x 10.x 9.x 8.x not 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 {
  ...
}

Package Sidebar

Install

npm i ng-http-date-dayjs

Weekly Downloads

3

Version

11.0.0

License

GPL-3.0-or-later

Unpacked Size

75.3 kB

Total Files

17

Last publish

Collaborators

  • vkennke