PlatformAppInitializer extends BaseAppInitializer to provide web-specific IoC services and initialization.
Called before the platform-specific launch sequence. Registers custom fonts for the web platform.
The application instance.
Creates the IoC container, merging default, platform-specific, and custom services.
Custom services to override or extend the defaults.
The initialized IoCContainer.
Private
FIXME - this should be automatic.
PlatformAppInitializer extends BaseAppInitializer to provide web-specific IoC services and initialization.
Remarks