fix(dependencies): update angular to 2.4.7

This commit is contained in:
Alexander Zhukov 2017-02-14 16:34:28 +03:00
parent cd7520ed40
commit 1cce1b5f75
10 changed files with 309 additions and 536 deletions

View file

@ -1,5 +1,6 @@
import {Injectable} from '@angular/core';
import {Router, Routes} from '@angular/router';
import * as _ from 'lodash';
import { BehaviorSubject } from 'rxjs/BehaviorSubject';