查看angular 2.0指令https://angular.io/docs/ts/latest/api/#!?apiType=Directive我没有看到对1.x指令ng-include https://docs.angularjs.org/api/ng/directive/ngInclude的任何支持,用于“获取,编译并包含外部HTML片段。”
我的理解是,这可能已被废除,取代了此处列出的“多个组成部分”故事https://angular.io/docs/ts/latest/tutorial/toh-pt3.html。
如果是这种情况那么我就会坚持为什么我尝试使用这种方法,例如
<my-template [objRef]="detailRecord">child component/class view goes here</my-template>
在这个简单的plunker示例http://plnkr.co/edit/dxTvNmM0hUUEqntffiLL?p=preview中没有产生我正在寻找的结果。