upgrade to angular6

This commit is contained in:
lotte
2018-08-24 13:26:43 +02:00
parent 9fbbf53661
commit 2cbe6a6d91
180 changed files with 2987 additions and 2450 deletions

View File

@@ -2,9 +2,9 @@ import { Component, OnDestroy, OnInit } from '@angular/core';
import { FormBuilder, FormGroup, Validators } from '@angular/forms';
import { Store } from '@ngrx/store';
import { Observable } from 'rxjs/Observable';
import 'rxjs/add/operator/filter';
import 'rxjs/add/operator/takeWhile';
import { Observable } from 'rxjs';
import { AuthenticateAction, ResetAuthenticationMessagesAction } from '../../core/auth/auth.actions';