Skip to content

Modernize Angular Package for v17+ Compatibility with Standalone Support and Updated Control Flow #440

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 20 commits into
base: main
Choose a base branch
from

Conversation

medbenmakhlouf
Copy link

@medbenmakhlouf medbenmakhlouf commented Jun 14, 2025

This PR modernizes the package to align with Angular v17+ and prepare for upcoming changes in v20. Key highlights:

✅ Angular 17+ Compatibility
🧱 Introduced Angular Standalone Component Support
🔁 Updated Deprecated Structural Directive: Replaced legacy *ngIf with the new Angular control flow syntax.
⚡️ Enabled ChangeDetectionStrategy.OnPush: Improves performance and aligns with best practices in modern Angular development.

FullCalendarModule is marked as deprecated but remains available for backward compatibility.
Consumers are encouraged to use the standalone component directly.

🔮 Looking Ahead:
This patch lays the groundwork for future improvements such as:

  • Signal-based @input() bindings
  • More reactive architecture using Angular Signals

@acerix
Copy link
Member

acerix commented Jun 18, 2025

Related to fullcalendar/fullcalendar#7946

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants