1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 19:42:24 +02:00

Update to Angular RC 1

This commit is contained in:
Chocobozzz 2016-05-13 14:18:37 +02:00
parent bc503c2a62
commit 230809efa1
20 changed files with 135 additions and 55 deletions

View file

@ -1,5 +1,5 @@
import { Component, ElementRef, OnInit } from 'angular2/core';
import { Router } from 'angular2/router';
import { Component, ElementRef, OnInit } from '@angular/core';
import { Router } from '@angular/router-deprecated';
import { AuthService } from '../../../users/services/auth.service';
import { User } from '../../../users/models/user';