In the Angular.io docs it says that "Each Angular component requires a single @Component and at least one @View annotation." LINK But even the example that it has, does not use an @View annotation.
My question is, what is the difference between using @View or specifying the parameters (templateUrl, StyleUrls, Etc.) in the @Component annotation?
Thanks guys!