dasch-swiss / knora-ui

Reusable GUI elements for Knora
https://dasch-swiss.github.io/knora-ui
7 stars 1 forks source link

Set kuiKey pipe as deprecated #410

Closed kilchenmann closed 3 years ago

kilchenmann commented 4 years ago

Since Angular v6.1.0 a keyvalue pipe exists, which makes our own kuiKey pipe redundant. This PR sets the kuiKey as deprecated and replaces the kuiKey pipe in viewer module with default keyvalue pipe from Angular.

This small change is important for the next steps when moving and refactoring from this repo to dsp-ui-lib to prevent deprecated methods from being migrated.

And I had to update to latest release candidate of @knora/api. This rc has some breaking changes which I had to fix in the modules.