mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 17:59:37 +02:00
Update to Angular RC 1
This commit is contained in:
parent
bc503c2a62
commit
230809efa1
20 changed files with 135 additions and 55 deletions
|
@ -1,5 +1,5 @@
|
|||
import { Injectable } from 'angular2/core';
|
||||
import { Http, Response, Headers, URLSearchParams, RequestOptions } from 'angular2/http';
|
||||
import { Injectable } from '@angular/core';
|
||||
import { Http, Response, Headers, URLSearchParams, RequestOptions } from '@angular/http';
|
||||
import { Observable, Subject } from 'rxjs/Rx';
|
||||
|
||||
import { AuthStatus } from '../models/authStatus';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue