标签:文档 web 资料 方案 ISE ports demo tpc iss
在ng-zorro-antd框架下,根据angular的技术文档demo,加入in-memory-web-api后icon不显示
解决方案:
在app.module.ts中的imports:[]加入
HttpClientInMemoryWebApiModule.forRoot(InMemoryApiService, {
passThruUnknownUrl: true
})
参考资料:https://github.com/angular/in-memory-web-api/issues/195
【ng-zorro-antd】加入in-memory-web-api插件后icon不显示
标签:文档 web 资料 方案 ISE ports demo tpc iss
原文地址:https://www.cnblogs.com/alwaysblog/p/11083417.html