@Component({
selector:'my-app',
template:`<h1>Hi there <\h1>
<my-tut><\my-tut>`,
directives :[TutorialComponent]
})
显示错误:
类型选择器的参数:string template:string;指令:typeof TutorialComponent [];}&#39;不能分配给Component类型的参数。对象文字只能指定已知属性,而类型Component中不存在指令。