Hi. I'm new to Angular. I'm testing Angular 2.0.
I read the tuto here and the guide here. In the tuto, the template is specified in the @Component
annotation whereas in the guide it is in the @View
annotation. So I was wondering what are the differences between the two approaches ? I looked up in the api preview but the explanations were not clear.