feat(decorators): adds decorators to be used by TS and Babel transpiled apps.
This commit is contained in:
@ -1,4 +1,9 @@
|
||||
import {bootstrap, Component, View} from 'angular2/angular2';
|
||||
import {bootstrap} from 'angular2/angular2';
|
||||
|
||||
// TODO(radokirov): Once the application is transpiled by TS instead of Traceur,
|
||||
// add those imports back into 'angular2/angular2';
|
||||
import {Component, Decorator, DynamicComponent} from 'angular2/src/core/annotations_impl/annotations';
|
||||
import {View} from 'angular2/src/core/annotations_impl/view';
|
||||
|
||||
import {LifeCycle} from 'angular2/src/core/life_cycle/life_cycle';
|
||||
|
||||
|
Reference in New Issue
Block a user