@Component({ selector: '[ui-components]'
选择器是什么:'[ui-components]是什么意思?
<div ui-components></div>
如果你使用
@Component({ selector: 'ui-components' // without the brackets
你必须在你的HTML中使用这种表示法
<ui-components></ui-components>
Here是Angular2文档中的一些读数.