OpenWaterFoundation / owf-app-infomapper-ng

Open Water Foundation InfoMapper web application for menu-driven maps and visualizations, using Angular
GNU General Public License v3.0
1 stars 2 forks source link

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

Closed Nightsphere closed 2 years ago

Nightsphere commented 2 years ago

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 commented 2 years ago

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