mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-27 12:36:14 +01:00
add CurrencyPipe to providers
This commit is contained in:
parent
56f6063648
commit
ad505ee6c6
@ -61,7 +61,10 @@ import { PopOutComponent } from './components/pop-out.component';
|
|||||||
|
|
||||||
import { IconComponent } from 'jslib/angular/components/icon.component';
|
import { IconComponent } from 'jslib/angular/components/icon.component';
|
||||||
|
|
||||||
import { registerLocaleData } from '@angular/common';
|
import {
|
||||||
|
CurrencyPipe,
|
||||||
|
registerLocaleData,
|
||||||
|
} from '@angular/common';
|
||||||
import localeBg from '@angular/common/locales/bg';
|
import localeBg from '@angular/common/locales/bg';
|
||||||
import localeCs from '@angular/common/locales/cs';
|
import localeCs from '@angular/common/locales/cs';
|
||||||
import localeDa from '@angular/common/locales/da';
|
import localeDa from '@angular/common/locales/da';
|
||||||
@ -184,7 +187,9 @@ registerLocaleData(localeZhTw, 'zh-TW');
|
|||||||
ViewComponent,
|
ViewComponent,
|
||||||
],
|
],
|
||||||
entryComponents: [],
|
entryComponents: [],
|
||||||
providers: [],
|
providers: [
|
||||||
|
CurrencyPipe,
|
||||||
|
],
|
||||||
bootstrap: [AppComponent],
|
bootstrap: [AppComponent],
|
||||||
})
|
})
|
||||||
export class AppModule { }
|
export class AppModule { }
|
||||||
|
Loading…
Reference in New Issue
Block a user