- 网页性能测试工具:lighthouse
- 资源构建工具:webpack
- Angular markdown 支持: ngx-markdown
- 跨越平台桌面应用开发框架:electron
- web字节码形式运行:WebAssembly
- angular 组件和变化检测器
- angular 刷新策略
Angular过滤空格解决方法
As of Angular 6, the template compiler strips whitespace by default. Use ngPreserveWhitespaces directive to preserve whitespaces such as newlines in order for the markdown-formatted content to render as intended
DomSanitizer 保持标签
网友评论