TypeScript components, @View removed - What do I do now?

I can’t find any details anywhere, but around march 20th Angular2 removed @View and now I can’t find ANY tutorials on making a component with the change. Any help?

AFAIK the @View directive has been merged into @Component - use it instead.

Awesome, everything’s working now :slight_smile: Thanks!