SchweizerischeBundesbahnen / scion-microfrontend-platform

SCION Microfrontend Platform is a TypeScript-based open-source library that helps to implement a microfrontend architecture using iframes.
Eclipse Public License 2.0
68 stars 9 forks source link

feat(platform): provide method to get a specific application #272

Closed danielwiehl closed 5 months ago

danielwiehl commented 5 months ago

This commit adds the ManifestService.getApplication method to get a specific application. If not found, by default, throws an error unless setting the orElseNull option.

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

Issue

Issue Number: #

Does this PR introduce a breaking change?

Other information