We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 747460f commit 6344df0Copy full SHA for 6344df0
2 files changed
angular.json
@@ -72,8 +72,8 @@
72
"budgets": [
73
{
74
"type": "initial",
75
- "maximumWarning": "500kb",
76
- "maximumError": "2mb"
+ "maximumWarning": "3mb",
+ "maximumError": "5mb"
77
},
78
79
"type": "anyComponentStyle",
@@ -143,4 +143,4 @@
143
"cli": {
144
"analytics": false
145
}
146
-}
+}
projects/ng-mat-components/src/fs-calendar/calendar-panels/calendar-panels.component.ts
@@ -88,7 +88,7 @@ export class FsCalendarPanelsComponent implements OnInit {
88
89
@Input() placeholderDay: boolean = false;
90
91
- @Output() readonly selection = new EventEmitter<CalendarEvent>();
+ @Output() readonly selection = new EventEmitter<CalendarEvent<any>>();
92
93
@HostListener('window:keyup', ['$event'])
94
keyEvent(event: KeyboardEvent) {
0 commit comments