The FeatureAppManager
singleton instance.
A custom logger that shall be used instead of console
.
A callback that the integrator provides on the server, mainly for the
FeatureAppLoader, to add stylesheets for those Feature Apps that are
rendered on the server, so that they can be added to the document before
being sent to the client. Calling it more than once with the same href
must not have any impact.
A list of stylesheets for a Feature App that is rendered on the server.
A callback that the integrator provides on the server, mainly for the FeatureAppLoader, to add client URLs of those Feature Apps that are rendered on the server, so that they can be preloaded on the client before hydration. Calling it more than once with the same URL must not have any impact.
The client URL of a Feature App that is rendered on the server.
Generated using TypeDoc
The Async SSR Manager Feature Service that is bound to the integrator. It is only provided on the server.