dlr-eoc / ukis-frontend-libraries

A collection of angular ui-components, services, interfaces... to help you create geospatial mapping applications for the web.
Apache License 2.0
17 stars 4 forks source link

Replace deprecated ComponentFactory from Angular 13 #144

Closed boeckMt closed 1 year ago

boeckMt commented 1 year ago

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

What is the current behavior?

Since Angular 13 ComponentFactory.create() is deprecated and should be replaced by other APIs.

What is the new behavior?

Replaced ComponentFactory with ViewContainerRef or createComponent see: https://github.com/angular/angular/issues/44926

Does this PR introduce a breaking change?

Other information

Is it part of one/more packages and which?