?
PaginatorComponent should create
TypeError: Cannot read property 'subscribe' of undefined
TypeError: Cannot read property 'subscribe' of undefined
at new MatPaginator (webpack:///C:/chat/front/node_modules/@angular/material/esm5/paginator.es5.js?:143:43)
at createClass (webpack:///C:/chat/front/node_modules/@angular/core/esm5/core.js?:12652:20)
at createDirectiveInstance (webpack:///C:/chat/front/node_modules/@angular/core/esm5/core.js?:12495:37)
at createViewNodes (webpack:///C:/chat/front/node_modules/@angular/core/esm5/core.js?:13953:53)
at callViewAction (webpack:///C:/chat/front/node_modules/@angular/core/esm5/core.js?:14387:13)
at execComponentViewsAction (webpack:///C:/chat/front/node_modules/@angular/core/esm5/core.js?:14296:13)
at createViewNodes (webpack:///C:/chat/front/node_modules/@angular/core/esm5/core.js?:13981:5)
at createRootView (webpack:///C:/chat/front/node_modules/@angular/core/esm5/core.js?:13842:5)
at callWithDebugContext (webpack:///C:/chat/front/node_modules/@angular/core/esm5/core.js?:15267:42)
at Object.debugCreateRootView [as createRootView] (webpack:///C:/chat/front/node_modules/@angular/core/esm5/core.js?:14550:12)paginator.component.html
<mat-paginator
[length]="length"
[pageSize]="pageSize"
[pageSizeOptions]="pageSizeOptions"
(page)="page.emit($event)"
#paginator="matPaginator"></mat-paginator>
что там at new MatPaginator (webpack:///C:/chat/front/node_modules/@angular/material/esm5/paginator.es5.js?:143:43)
Обсуждают сегодня