|
|
|
@@ -1,5 +1,5 @@ |
|
|
|
import {PageEvent} from "@angular/material/paginator"; |
|
|
|
import {error} from "@angular/compiler-cli/src/transformers/util"; |
|
|
|
import {throwError} from "rxjs"; |
|
|
|
|
|
|
|
export class ListComponent{ |
|
|
|
|
|
|
|
@@ -19,7 +19,7 @@ export class ListComponent{ |
|
|
|
} |
|
|
|
|
|
|
|
getData() { |
|
|
|
error('implement in child class'); |
|
|
|
throwError(() => new Error('implement in child class')); |
|
|
|
} |
|
|
|
|
|
|
|
handlePageEvent(e: PageEvent) { |
|
|
|
|