We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 750cf6f commit d0aa1ebCopy full SHA for d0aa1eb
src/app/organization/holidays/view-holidays/view-holidays.component.ts
@@ -28,10 +28,10 @@ export class ViewHolidaysComponent {
28
* @param {ActivatedRoute} route Activated Route.
29
*/
30
constructor(private route: ActivatedRoute,
31
- private router: Router,
32
- private dialog: MatDialog,
33
- private organizationService: OrganizationService ) {
34
- this.route.data.subscribe((data: { holidays: any}) => {
+ private router: Router,
+ private dialog: MatDialog,
+ private organizationService: OrganizationService) {
+ this.route.data.subscribe((data: { holidays: any }) => {
35
this.holidayData = data.holidays;
36
});
37
}
0 commit comments