更新node_modules后的模板解析警告事件

时间:2018-01-17 17:54:44

标签: angular angular-cli node-modules

当我运行我的应用程序时,我在控制台中收到一条警告消息,如下所示。

我在C:\Users\user\AppData\Local\Programs\Python\Python35-32\Scripts\pyinstaller.exe --onefile myscript.py

中收到此错误

我还更新了package.json中的事件模块和当前版本\node_modules\events\events.js

帮我解决这个问题。

"events": "^1.1.1"

1 个答案:

答案 0 :(得分:0)

自Angular v4以来,template已弃用。 ng-template是在版本4.0.0-rc1,see release notes

中引入的

<template>更改为<ng-template>