Skip to content
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

Extending lazy-load functionality to include loading standalone components for specific routes. #995

Draft
wants to merge 22 commits into
base: master
Choose a base branch
from

Conversation

lindolo25
Copy link
Contributor

Hi, This is a work in progress that I will like to present to you. It covers 3 significant changes, most of them related to the lazy-load functionality.

  1. Updating loadNgModule and the related functionality to stop using @deprecated Angular APIs.
  2. Creation of a new property, loadComponent, and related functionality to lazy-load standalone components.
  3. Updating ui-view component to replace @deprecated Angular APIs. The APIs changes are significant as this update will make components rendered using ui-view work well with the newer input Signals.

Please let me know any feedback regarding this changes,

Thanks you all.

lindolo25 and others added 22 commits August 30, 2024 10:22
…PI with newest angular API. inputs signals now work for view bound components.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant