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

A Component Factory Resolver is no longer needed to dynamically create Component #417

Closed
Nightsphere opened this issue Feb 4, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request high Priority: next release if possible XS Size: 2 hours or less

Comments

@Nightsphere
Copy link
Collaborator

According to Angular:

Angular no longer requires component factories to dynamically create components.
Use different signature of the createComponent method, which allows passing Component class directly.

This is used in the Map Component (not currently used, using the Common library Map Component) and the Nav Bar Component.

@Nightsphere Nightsphere added enhancement New feature or request high Priority: next release if possible XS Size: 2 hours or less labels Feb 4, 2022
@Nightsphere Nightsphere self-assigned this Feb 4, 2022
Nightsphere added a commit that referenced this issue Feb 5, 2022
…t Factory Resolver in the Nav Bar Component.
@Nightsphere
Copy link
Collaborator Author

The CFR code has been removed, along with unused packages. Closing the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request high Priority: next release if possible XS Size: 2 hours or less
Projects
None yet
Development

No branches or pull requests

1 participant