ngx-currency 演示版 目录 关于 入门 安装和导入 通过命令安装软件包: npm install ngx-currency --save 导入模块 import { NgxCurrencyModule } from "ngx-currency" ; @ NgModule ( { imports : [ ... NgxCurrencyModule ] , declarations : [ ... ] , providers : [ ... ] } ) export class AppModule { } 使用