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

Open
wants to merge 12 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 lindolo25 force-pushed the chore/load-component branch from 7164daa to 3aac13e Compare January 21, 2025 01:36
@lindolo25 lindolo25 marked this pull request as ready for review January 21, 2025 01:50
@lindolo25
Copy link
Contributor Author

Hi @wawyed, this PR is ready for review!

@hheexx
Copy link

hheexx commented Jan 22, 2025

I can test if you releease as beta to npm

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.

2 participants