From 230809efa1e7e81ce60cd65f8b398f01a27d525b Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 13 May 2016 14:18:37 +0200 Subject: Update to Angular RC 1 --- client/angular/app/app.component.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'client/angular/app/app.component.ts') diff --git a/client/angular/app/app.component.ts b/client/angular/app/app.component.ts index 83a4f3310..359d7128e 100644 --- a/client/angular/app/app.component.ts +++ b/client/angular/app/app.component.ts @@ -1,6 +1,6 @@ -import { Component } from 'angular2/core'; -import { RouteConfig, ROUTER_DIRECTIVES, ROUTER_PROVIDERS, Router } from 'angular2/router'; -import { HTTP_PROVIDERS } from 'angular2/http'; +import { Component } from '@angular/core'; +import { RouteConfig, ROUTER_DIRECTIVES, ROUTER_PROVIDERS, Router } from '@angular/router-deprecated'; +import { HTTP_PROVIDERS } from '@angular/http'; import { VideosAddComponent } from '../videos/components/add/videos-add.component'; import { VideosListComponent } from '../videos/components/list/videos-list.component'; -- cgit v1.2.3