Refactors calendar configuration and DI container setup
Removes singleton export for CalendarConfig Updates dependency injection to use type registration Adds more flexible renderer and service configuration Integrates CalendarConfig with DateService initialization
This commit is contained in:
parent
10cb3792f4
commit
fb48e410ea
3 changed files with 18 additions and 25 deletions
|
|
@ -572,7 +572,4 @@ export class CalendarConfig {
|
|||
return this.timeFormatConfig.dateFormat;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// Create singleton instance
|
||||
export const calendarConfig = new CalendarConfig();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue