remove angular2/angular2 imports

This commit is contained in:
Tim Lancina
2015-12-10 09:44:07 -06:00
parent 5882bf9bc2
commit d464d5cb1c
63 changed files with 79 additions and 66 deletions

View File

@ -1,4 +1,5 @@
import {Component, NgIf, NgClass, ElementRef, EventEmitter, Host} from 'angular2/angular2'
import {Component, ElementRef, EventEmitter, Host} from 'angular2/core'
import {NgIf, NgClass} from 'angular2/common';
import {Content} from '../content/content';
import * as util from '../../util';