错误:无法读取属性isSkipself为null-从Angular beta升级到RC1后 [英] Error : Cannot read property isSkipself of null - After upgraded from Angular beta to RC1

查看:59
本文介绍了错误:无法读取属性isSkipself为null-从Angular beta升级到RC1后的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这是tsconfig:

Here are the tsconfig :

"compilerOptions": {
        "target": "es5",
        "module": "commonjs",
        "sourceMap": true,
        "watch": true,
        "removeComments": true,
        "moduleResolution": "node",
        "emitDecoratorMetadata": true,
        "experimentalDecorators": true,
        "declaration": false,
        "noImplicitAny": false,
        "noLib": false
    },

获取错误:

推荐答案

回答我自己的问题:

从指令中删除路由器.解决了我的问题

Removing Router from directive. solved my problem

这篇关于错误:无法读取属性isSkipself为null-从Angular beta升级到RC1后的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆