angular报错信息之

'zmz-select' is not a known element: //“zmz select”不是已知元素:

当前错误原因是我们没有在NgModule上暴露出去我们写的组件所有会出现不是已知的元素

vendor.js:30013 Uncaught Error: Template parse errors:
'zmz-select' is not a known element:
1. If 'zmz-select' is an Angular component, then verify that it is part of this module.
2. If 'zmz-select' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message. ("
        </div>
    </div>
    [ERROR ->]<zmz-select></zmz-select>
</p>
"): ng:///AppRoutingModule/AboutComponent.html@103:4
    at syntaxError (vendor.js:30013)
    at TemplateParser.parse (vendor.js:42980)
    at JitCompiler._parseTemplate (vendor.js:51606)
    at JitCompiler._compileTemplate (ven

angular报错信息之 'zmz-select' is not a known element相关推荐

  1. mysql not in报错_mysql从5.7升级到8.0查询报错Expression #2 of SELECT list is not in GROUP BY...

    报错信息: Expression #2 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'sss. ...

  2. Angular报错error NG8002: Can‘t bind to ‘XXX‘ since it isn‘t a known property of ‘XXX-XX‘

    一.报错: error NG8002: Can't bind to 'isTemplate' since it isn't a known property of 'create-home'. 1. ...

  3. React篇-报错信息:warning: Can't call setState (or forceUpdate) on an unmounted component.

    报错信息是: Warning: Can't call setState (or forceUpdate) on an unmounted component. This is a no-op, but ...

  4. 【报错信息】Google Play 上架报错 ( Your app contains ads that do not comply with our Families ad | 退出亲子同乐计划 )

    文章目录 一.报错信息 二.向 Google Play 政策团队询问细节信息 三.解决方案 ( 暂时 ) 一.报错信息 Google Play 上架应用 , 又又又被拒了 ; 报错信息 : Hi De ...

  5. 【Android NDK 开发】NDK C/C++ 代码崩溃调试 - Tombstone 报错信息日志文件分析 ( 获取 tombstone_0X 崩溃日志信息 )

    文章目录 一.崩溃信息描述 二.手机命令行操作 三.电脑命令行操作 四.Tombstone 内容 Tombstone 报错信息日志文件被保存在了 /data/tombstones/ 目录下 , 先 R ...

  6. 【Android 安全】DEX 加密 ( Proguard 混淆 | 混淆后的报错信息 | Proguard 混淆映射文件 mapping.txt )

    文章目录 一.Proguard 混淆后的报错信息 二.Proguard 混淆映射文件 mapping.txt 更多 ProGuard 混淆配置参考 : https://www.guardsquare. ...

  7. JavaWeb: 报错信息The superclass javax.servlet.http.HttpServlet was not found on the Java Build Path...

    JavaWeb: 报错信息The superclass "javax.servlet.http.HttpServlet" was not found on the Java Bui ...

  8. 报错信息为:Failed to configure a DataSource: ‘url‘ attribute is not specified and no embedded datasource

    报错信息为:Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource ...

  9. Hadoop报错信息:Job not successful. Error: # of failed Map Tasks exceeded allowed limit. FailedCount: 4.

    Hadoop报错信息如下: 120 15/01/27 15:48:23 ERROR streaming.StreamJob: Job not successful. Error: # of faile ...

最新文章

  1. 树莓派实现人脸识别需要做的那些事
  2. 飓风“桑迪”路径图的制作
  3. TCP连接的建立和终止
  4. 长沙医学院计算机系怎么样,长沙医学院有哪些专业及什么专业好
  5. 基于mqtt协议的消息推送服务器,基于 MQTT 协议的推送服务
  6. 0.IDA-基本的反汇编算法
  7. 简单的hibernate环境搭建、自动生成model/配置/hibernate.xml配置文件
  8. matlab调用python_从MATLAB调用Python函数
  9. 以二进制输出64位类型的数据_Java入门第五课:Java基本数据类型与变量的声明...
  10. android中所有颜色大全
  11. 虎年继续做朋友,再来认识一下云和恩墨
  12. c语言最好的文本编辑器,【软件分享】两个小巧好用的C语言编辑器
  13. 厦门大学904数据结构与机器学习资料与辅导
  14. 为什么计算机没有桌面显示不出来,​为什么电脑图片显示不出来
  15. java项目集成谷歌登录验证器,给网站添加谷歌验证(我不是机器人)
  16. 怒爬某破Hub站资源,只为撸这个鉴黄平台!
  17. Linux中常用命令
  18. redis实现共同好友功能
  19. 学不学吴恩达deeplearning.ai课程,看完这篇你就知道了
  20. 2017 ACM Arabella Collegiate Programming Contest F. Monkeying Around GYM101350F

热门文章

  1. 【技术开发】酒精测试仪解决方案开发设计
  2. 2020年2月12日学习记录
  3. 【NLP】文本分类TorchText实战-AG_NEWS 新闻主题分类任务(PyTorch版)
  4. 【容器化】浅析容器化以及容器编排
  5. 什么是客户端容器化?
  6. iOS身份证的正则验证
  7. 数字信号处理:视频-15-FFT计算线性卷积
  8. c#实现循环输入商品编号和购买数量,结账时应付金额并找零
  9. 十款优秀的MySQL图形化界面
  10. 分布式服务框架Dubbo/Dubbox入门示例