Hi Sébastien! Thanks for the detailed writeup. Regarding the component factories no longer being required I still see deprecated warnings. Do you know about that?
ViewContainerRef.createComponent gives a deprecated warning:
Angular no longer requires component factories to dynamically create components. Use different signature of the createComponent method, which allows passing Component class directly.