mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
minor refactoring, rename AcaState to AppStore
rename main store to a more traditional name
This commit is contained in:
@@ -32,7 +32,7 @@ import { ContentManagementService } from '../../common/services/content-manageme
|
||||
import { PageComponent } from '../page.component';
|
||||
import { NodePermissionService } from '../../common/services/node-permission.service';
|
||||
import { Store } from '@ngrx/store';
|
||||
import { AcaState } from '../../store/states/app.state';
|
||||
import { AppStore } from '../../store/states/app.state';
|
||||
|
||||
@Component({
|
||||
templateUrl: './recent-files.component.html'
|
||||
@@ -42,7 +42,7 @@ export class RecentFilesComponent extends PageComponent implements OnInit {
|
||||
constructor(
|
||||
router: Router,
|
||||
route: ActivatedRoute,
|
||||
store: Store<AcaState>,
|
||||
store: Store<AppStore>,
|
||||
private content: ContentManagementService,
|
||||
public permission: NodePermissionService,
|
||||
preferences: UserPreferencesService) {
|
||||
|
Reference in New Issue
Block a user