repackaging: all the repackaging changes squashed
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import {bootstrap} from 'angular2/platform/browser';
|
||||
import {JSONP_PROVIDERS} from 'angular2/http';
|
||||
import {bootstrap} from '@angular/platform-browser';
|
||||
import {JSONP_PROVIDERS} from '@angular/http/http';
|
||||
import {JsonpCmp} from './jsonp_comp';
|
||||
|
||||
export function main() {
|
||||
|
@ -1,6 +1,6 @@
|
||||
import {Component} from 'angular2/core';
|
||||
import {Jsonp, Response} from 'angular2/http';
|
||||
import {ObservableWrapper} from 'angular2/src/facade/async';
|
||||
import {Component} from '@angular/core';
|
||||
import {Jsonp, Response} from '@angular/http/http';
|
||||
import {ObservableWrapper} from '@angular/facade';
|
||||
|
||||
@Component({
|
||||
selector: 'jsonp-app',
|
||||
|
Reference in New Issue
Block a user