reusable extensibility lib (#585)

reusable extensibility lib (part 1)
This commit is contained in:
Denys Vuika
2018-08-29 16:38:44 +01:00
committed by GitHub
parent 091e0d3e3f
commit c916ab4cd1
88 changed files with 1312 additions and 1123 deletions

View File

@@ -27,7 +27,8 @@ import { Component, ViewEncapsulation } from '@angular/core';
import { Store } from '@ngrx/store';
import { Observable } from 'rxjs';
import { selectUser, appLanguagePicker } from '../../store/selectors/app.selectors';
import { AppStore, ProfileState } from '../../store/states';
import { AppStore } from '../../store/states';
import { ProfileState } from '@alfresco/adf-extensions';
@Component({
selector: 'aca-current-user',