mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
Ng19 migration (#4520)
This commit is contained in:
committed by
GitHub
parent
bcbdff9543
commit
5f5c238ccd
@@ -23,7 +23,7 @@
|
||||
*/
|
||||
|
||||
import { ChangeDetectorRef, Component, OnInit, ViewEncapsulation } from '@angular/core';
|
||||
import { SiteEntry, FavoritePaging, Pagination } from '@alfresco/js-api';
|
||||
import { FavoritePaging, Pagination, SiteEntry } from '@alfresco/js-api';
|
||||
import {
|
||||
AppHookService,
|
||||
ContentApiService,
|
||||
@@ -49,7 +49,6 @@ import { TranslateModule } from '@ngx-translate/core';
|
||||
import { DocumentListComponent } from '@alfresco/adf-content-services';
|
||||
|
||||
@Component({
|
||||
standalone: true,
|
||||
imports: [
|
||||
CommonModule,
|
||||
DocumentListDirective,
|
||||
|
Reference in New Issue
Block a user