Skip to content

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

Open
medbenmakhlouf wants to merge 21 commits intofullcalendar:mainfrom
medbenmakhlouf:modern-angular
Open

Modernize Angular Package for v17+ Compatibility with Standalone Support and Updated Control Flow#440
medbenmakhlouf wants to merge 21 commits intofullcalendar:mainfrom
medbenmakhlouf:modern-angular

Conversation

@medbenmakhlouf
Copy link
Contributor

@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

acerix commented Jun 18, 2025

Related to fullcalendar/fullcalendar#7946

@pankajparkar
Copy link

pankajparkar commented Jul 12, 2025

@medbenmakhlouf That's fantastic work. Excellent!

This patch lays the groundwork for future improvements such as:

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

I'm already working on the signal API part of it, I need this PR merge before it though 👍 Otherwise I'm blocked too.

Looking forward to it

@medbenmakhlouf medbenmakhlouf deleted the modern-angular branch November 19, 2025 22:38
@medbenmakhlouf medbenmakhlouf restored the modern-angular branch November 19, 2025 22:39
@medbenmakhlouf medbenmakhlouf deleted the modern-angular branch November 19, 2025 22:40
@medbenmakhlouf medbenmakhlouf restored the modern-angular branch November 19, 2025 22:45
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.

5 participants