chore(core): remove @View annotation

Closes #7495
This commit is contained in:
Brian Ford
2016-03-08 13:36:48 -08:00
parent 095db673c5
commit f9fb72fb0e
85 changed files with 588 additions and 599 deletions

View File

@ -20,7 +20,6 @@ import {
Injector,
ViewMetadata,
Component,
View,
Injectable,
ElementRef
} from 'angular2/core';
@ -257,8 +256,7 @@ export function main() {
}
@Component({selector: 'my-comp'})
@View({directives: []})
@Component({selector: 'my-comp', directives: []})
@Injectable()
class MyComp {
ctxProp: string;