Inspection info: This inspection highlights unknown HTML tags, and lets mark such tags as Custom to avoid highlighting them as unknown in future.
@angular node_modules不排除在项目之外:只有在索引中包含node_modules/@angular文件夹时,才启用Angular支持。在项目工具窗口中展开node_modules,查看@angular文件夹的样子:被排除的文件夹通常是橙色的
解决办法
cd到项目下
重新安装node_modules
cnpm i
运行安装。重新启动项目即可