mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-22 11:45:59 +01:00
Add DatePipe provider to JslibModule (#741)
This commit is contained in:
parent
9d1df26dfa
commit
13ef7aea7d
@ -1,4 +1,4 @@
|
|||||||
import { CommonModule } from "@angular/common";
|
import { CommonModule, DatePipe } from "@angular/common";
|
||||||
import { NgModule } from "@angular/core";
|
import { NgModule } from "@angular/core";
|
||||||
import { FormsModule, ReactiveFormsModule } from "@angular/forms";
|
import { FormsModule, ReactiveFormsModule } from "@angular/forms";
|
||||||
|
|
||||||
@ -92,6 +92,6 @@ import { UserNamePipe } from "./pipes/user-name.pipe";
|
|||||||
VerifyMasterPasswordComponent,
|
VerifyMasterPasswordComponent,
|
||||||
ExportScopeCalloutComponent,
|
ExportScopeCalloutComponent,
|
||||||
],
|
],
|
||||||
providers: [UserNamePipe, SearchPipe, I18nPipe],
|
providers: [UserNamePipe, SearchPipe, I18nPipe, DatePipe],
|
||||||
})
|
})
|
||||||
export class JslibModule {}
|
export class JslibModule {}
|
||||||
|
Loading…
Reference in New Issue
Block a user