angular-material-course
angular-material-course copied to clipboard
Angular Material In Depth
Hi, I can see the tabs and the menu, but the table can not be displayed under any tab. Why is that? Thank you
Found this example and it sounded great. I got the zip from github and tried it out. The SSL cert is not valid it would appear.
I opened the project on Stackblitz https://stackblitz.com/github/angular-university/angular-material-course/tree/2-data-table-finished but I get the error: Error in /turbo_modules/@angular/[email protected]/bundles/compiler.umd.js (1098:21) Can't resolve all parameters for ApplicationModule: (?). Could you make this project run on...
Please update code for paginator correct working... ``` loadLessons(courseId:number, filter:string, sortDirection:string, pageIndex:number, pageSize:number) { this.loadingSubject.next(true); this.coursesService.findLessons(courseId, filter, sortDirection, pageIndex, pageSize).pipe( catchError(() => of([])), finalize(() => this.loadingSubject.next(false)) ) .subscribe((lessonList: LessionList) =>...
probably a mistake
The `mat-paginator` page counter is based on a "static" property of a course `lessonsCount` : `
don't forget to tell newbies to prefix the npm install -g with sudo.