mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACS-7376] switch to standalone pagination (#3744)
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
import { DataTableModule, PaginationModule, ShowHeaderMode } from '@alfresco/adf-core';
|
||||
import { DataTableModule, PaginationComponent, ShowHeaderMode } from '@alfresco/adf-core';
|
||||
import { Component, OnDestroy, OnInit, ViewEncapsulation } from '@angular/core';
|
||||
import { ActivatedRoute, Params } from '@angular/router';
|
||||
import { NodeEntry, Node, PathElement } from '@alfresco/js-api';
|
||||
@@ -59,7 +59,7 @@ import { MatProgressSpinnerModule } from '@angular/material/progress-spinner';
|
||||
ContextActionsDirective,
|
||||
DataTableModule,
|
||||
ExtensionsModule,
|
||||
PaginationModule,
|
||||
PaginationComponent,
|
||||
MatProgressSpinnerModule,
|
||||
InfoDrawerComponent,
|
||||
PaginationDirective,
|
||||
|
Reference in New Issue
Block a user