240 发简信
IP属地:广东
  • 在module文件中重新引入 就可以了

    ionic3 使用懒加载(译)

    1. 更新到ionic3 .1 把node_modules/文件夹中的所有依赖删掉.2 修改package.json,如下: .3 重新npm install,如果在国内的话...

  • 切换到懒加载模式之后 ,之前写的组件报错

    ERROR Error: Uncaught (in promise): Error: Template parse errors:
    'nav-menu' is not a known element:
    1. If 'nav-menu' is an Angular component, then verify that it is part of this module.
    2. If 'nav-menu' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message. ("
    </div>

    ionic3 使用懒加载(译)

    1. 更新到ionic3 .1 把node_modules/文件夹中的所有依赖删掉.2 修改package.json,如下: .3 重新npm install,如果在国内的话...