我有一个字符串< b >hi< /b >.我必须把它渲染为" 嗨 ".有人能告诉我像innerHTMLAngular那样可以在React中使用的东西吗?
我在我的项目中添加了角度材料,我收到了这个错误。我删除了我的节点模块并重新安装。即便如此,我还是收到了这个错误。
Failed to compile.
./~/@angular/material/esm5/autocomplete.es5.js
Module not found: Error: Can't resolve '@angular/cdk/rxjs' in '/home/asus/angular-app/node_modules/@angular/material/esm5'
@ ./~/@angular/material/esm5/autocomplete.es5.js 16:0-89
@ ./~/@angular/material/esm5/material.es5.js
@ ./src/app/app.module.ts
@ ./src/main.ts
@ multi webpack-dev-server/client?http://localhost:5454 ./src/main.ts
Run Code Online (Sandbox Code Playgroud)