Skip to content

Commit d0aa1eb

Browse files
authored
activate holidays (#1345)
* activate holidays * tslint bugs are fixed * readme * activate holidays * issue1317 add correct route * tslint bugs are fixed * tslint bugs are fixed Co-authored-by: jagadeeshakn <[email protected]> Squashing and Merging it after approval from Ed.
1 parent 750cf6f commit d0aa1eb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/app/organization/holidays/view-holidays/view-holidays.component.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ export class ViewHolidaysComponent {
2828
* @param {ActivatedRoute} route Activated Route.
2929
*/
3030
constructor(private route: ActivatedRoute,
31-
private router: Router,
32-
private dialog: MatDialog,
33-
private organizationService: OrganizationService ) {
34-
this.route.data.subscribe((data: { holidays: any}) => {
31+
private router: Router,
32+
private dialog: MatDialog,
33+
private organizationService: OrganizationService) {
34+
this.route.data.subscribe((data: { holidays: any }) => {
3535
this.holidayData = data.holidays;
3636
});
3737
}

0 commit comments

Comments
 (0)