Angular2中的@Component和@View Annotation

时间:2016-02-29 19:25:59

标签: angular

所有

我对Angular2很新,从一些例子来看,我发现@Component和@View一起可能有@Component,而在其他情况下,只有@Component和@内部的属性(如模板,指令等)视图将合并到@Component。

我不确定我的理解是否正确:@Component是否可以包含@View?如果是这样,为什么我们需要一个单独的@View注释?

谢谢

1 个答案:

答案 0 :(得分:-1)

<强>更新

@View()即将被删除https://github.com/angular/angular/pull/7495

它被认为支持多个视图。如果您仅使用@Component()@Component()只有一个视图,则@View()完全相同。它不确定@View()注释是否会保留,或者他们是否会选择其他策略来实现多个视图。

另见Proposal: Drop @View decorator