作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试通过 ng-inline-svg 在 ionic 3.3.0/Angular 4.1.2 中使用内联 SVG包裹。
import { HttpModule } from '@angular/http';
import { InlineSVGModule } from 'ng-inline-svg';
@NgModule({
declarations: [AppComponent],
imports: [BrowserModule, HttpModule, InlineSVGModule],
bootstrap: [AppComponent]
})
class AppModule {}
模板
<div class="icon icon-shop" aria-label="My icon" [inlineSVG]="'../../assets/symbol-defs.svg#icon-shop'"></div>
我得到了错误
Can't bind to 'inlineSVG' since it isn't a known property of 'div'.
最佳答案
由于 Ionic 中的延迟加载,您需要在您曾经使用过的每个 Pages *.module.ts 文件中添加 InlineSVGModule 的导入。
关于angular - 无法绑定(bind)到 inlineSVG,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48038630/
我正在尝试通过 ng-inline-svg 在 ionic 3.3.0/Angular 4.1.2 中使用内联 SVG包裹。 import { HttpModule } from '@angular/
我想在 HTML5 中有一个这样的表格: 也就是说,第 2 列的标题旋转 270°,与底部垂直对齐,水平居中,黑色背景上的白色字体,但没有为标题行/列设置明确的高度,最好没有诉诸于使用 JavaScr
获取堆栈跟踪 SyntaxError: The string did not match the expected pattern. at XMLHttpRequest.open (node_mo
这是一个奇怪的问题,我在寻找可能的解决方案时遇到了问题。 我正在开发一个 React/Redux/Webpack 项目,我们使用 react-inlinesvg 来处理 svg。 问题: 有时我正在开
我是一名优秀的程序员,十分优秀!