| openDialog() { | |
| const dialogConfig = new MatDialogConfig(); | |
| dialogConfig.disableClose = true; | |
| dialogConfig.autoFocus = true; | |
| dialogConfig.data = { | |
| id: 1, | |
| title: 'Angular For Beginners' | |
| }; | |
| this.dialog.open(CourseDialogComponent, dialogConfig); | |
| } | |
Angular Material Dialog
https://blog.angular-university.io/angular-material-dialog/
Đăng ký:
Đăng Nhận xét (Atom)
MySQL datetime with mode: 'date' will now store dates in UTC strings and retrieve data in UTC
https://orm.drizzle.team/docs/latest-releases/drizzle-orm-v0286 Note : MySQL datetime with mode: 'date' will now store dates in U...
-
html5 video - What is a blob URL and why it is used? - Stack Overflow Blob URLs (ref W3C , official name) or Object-URLs (ref. MDN and ...
-
Source: https://www.infoworld.com/article/3206264/application-development/how-to-perform-partial-updates-to-rest-web-api-resources.html T...
-
Source: https://indepth.dev/stop-using-shared-material-module/ This article describes an experiment that shows why using the SharedMate...
Không có nhận xét nào:
Đăng nhận xét