mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-2451] Reviewed component docs (#3101)
* [ADF-2451] Reviewed Login component docs * [ADF-2451] Reviewed component docs
This commit is contained in:
committed by
Eugenio Romano
parent
347b2bb5e8
commit
436a911e0d
@@ -68,7 +68,7 @@ export class PaginationComponent implements OnInit, OnDestroy {
|
||||
@Input()
|
||||
pagination: Pagination;
|
||||
|
||||
/** Emitted when paginaton changes in any way. */
|
||||
/** Emitted when pagination changes in any way. */
|
||||
@Output()
|
||||
change: EventEmitter<PaginationQueryParams> = new EventEmitter<PaginationQueryParams>();
|
||||
|
||||
|
Reference in New Issue
Block a user