问题 组件选择器报错:The selector should be prefixed by "app" 解决 在tslint.ts文件中配置component-selector "component-selector": [ true, "element", "app", "kebab-case" ],