ng-inline-svg:[非活动] Angular指令,用于在元素中内联插入SVG文件

时间:2024-02-21 01:15:12
【文件属性】:

文件名称:ng-inline-svg:[非活动] Angular指令,用于在元素中内联插入SVG文件

文件大小:127KB

文件格式:ZIP

更新时间:2024-02-21 01:15:12

svg angular directive svg-inline AngularTypeScript

ng-inline-svg 以前称为 用于在元素内插入SVG内联的Angular指令,允许轻松使用CSS进行样式设置,例如fill: currentColor; 。 这是基于,除了这纯粹是为了在元素内插入SVG文件,而没有诸如字体图标之类的多余东西。 安装 npm install --save ng-inline-svg 用法 将HttpClientModule和InlineSVGModule添加到模块导入列表中: import { HttpClientModule } from '@angular/common/http' ; import { InlineSVGModule } from 'ng-inline-svg' ; @ NgModule ( { declarations : [ AppComponent ] , imports : [ BrowserModule , HttpClientModule , InlineSVGModule . forRoot ( ) ] , bootstrap : [ AppComponent ] } ) class AppM


【文件预览】:
ng-inline-svg-master
----.gitignore(178B)
----package.json(2KB)
----tslint.json(1KB)
----package-lock.json(32KB)
----src()
--------inline-svg.config.ts(220B)
--------svg-util.ts(2KB)
--------inline-svg.service.ts(2KB)
--------inline-svg.module.ts(643B)
--------index.ts(245B)
--------svg-cache.service.ts(4KB)
--------inline-svg.directive.ts(6KB)
--------inline-svg.component.ts(1KB)
----LICENSE(1KB)
----tsconfig.json(696B)
----tsconfig.module.json(143B)
----README.md(5KB)
----demo()
--------package.json(1KB)
--------package-lock.json(385KB)
--------src()
--------webpack.config.js(2KB)
--------public()
--------tsconfig.json(488B)
----.editorconfig(139B)

网友评论