Should we stop using @View annotation and only use @Component in Angular 2 components?

Viewed 251

All of the properties of the @View annotation are also present in @Component. Earlier examples used both, but since beta.8 (and maybe earlier) the code samples on angular.io website only use @Component. Is this the preferred way of creating components?

2 Answers
Related