Update dependencies (mostly angular2 to rc.0).

This commit is contained in:
József Farkas
2016-05-03 21:29:57 +02:00
parent e42d459f77
commit f3981cd03e
9 changed files with 22 additions and 20 deletions

View File

@@ -1,4 +1,4 @@
import { Component, OnInit, Input } from 'angular2/core';
import { Component, OnInit, Input } from '@angular/core';
import {SvgKeyboardKey} from './svg-keyboard-key.model';
import {SvgKeyboardKeyComponent} from './svg-keyboard-key.component';