angular-svg-round-progressbar:使用SVG创建圆形进度条的角度模块

时间:2024-02-20 22:01:12
【文件属性】:

文件名称:angular-svg-round-progressbar:使用SVG创建圆形进度条的角度模块

文件大小:150KB

文件格式:ZIP

更新时间:2024-02-20 22:01:12

svg angular progress progress-circle AngularTypeScript

角SVG圆形进度条 使用SVG创建圆形进度条的Angular模块 安装 首先,您必须通过npm安装模块: npm install angular-svg-round-progressbar --save 之后,您需要在模块中导入RoundProgressModule : import { NgModule } from '@angular/core' ; import { RoundProgressModule } from 'angular-svg-round-progressbar' ; @ NgModule ( { imports : [ RoundProgressModule ] } ) export class YourModule { } ; 如果您使用SystemJS作为模块加载器,则在./node_modules/angular-svg-round-progressbar/bundles/angular-svg-round-progressbar.umd.js也有一个UMD软件包。 选件 名称 描述 需要 默认值 可能的值 current 目前的进展。 受


【文件预览】:
angular-svg-round-progressbar-master
----.browserslistrc(144B)
----src()
--------lib()
--------demo()
----angular.json(3KB)
----tsconfig.base.json(560B)
----tsconfig.json(146B)
----LICENSE(1KB)
----tslint.json(2KB)
----README.md(7KB)
----tsconfig.app.json(173B)
----ng-package.json(203B)
----.gitignore(631B)
----package-lock.json(486KB)
----package.json(2KB)

网友评论