mirror of
https://github.com/bitwarden/jslib
synced 2025-12-06 00:03:29 +00:00
Add DatePipe provider to JslibModule (#741)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { CommonModule } from "@angular/common";
|
||||
import { CommonModule, DatePipe } from "@angular/common";
|
||||
import { NgModule } from "@angular/core";
|
||||
import { FormsModule, ReactiveFormsModule } from "@angular/forms";
|
||||
|
||||
@@ -92,6 +92,6 @@ import { UserNamePipe } from "./pipes/user-name.pipe";
|
||||
VerifyMasterPasswordComponent,
|
||||
ExportScopeCalloutComponent,
|
||||
],
|
||||
providers: [UserNamePipe, SearchPipe, I18nPipe],
|
||||
providers: [UserNamePipe, SearchPipe, I18nPipe, DatePipe],
|
||||
})
|
||||
export class JslibModule {}
|
||||
|
||||
Reference in New Issue
Block a user