cleanup(core): making @View optional

Closes #4566
This commit is contained in:
vsavkin
2015-10-06 19:14:45 -07:00
committed by Victor Savkin
parent d38689677c
commit dea6a4593b
4 changed files with 7 additions and 8 deletions

View File

@ -1,5 +1,5 @@
import {bootstrap} from 'angular2/bootstrap';
import {ElementRef, Component, Directive, View, Injectable} from 'angular2/core';
import {ElementRef, Component, Directive, Injectable} from 'angular2/core';
import {Renderer} from 'angular2/render';
export function main() {