Get dependency injection providers for Coaty applications built with Angular or Ionic.
Use this function to retrieve Angular providers for all components of
the given Coaty container. The returned array of providers
should be passed as extraProviders
argument to one of the Angular
bootstrap functions platformBrowser
or platformBrowserDynamic
.
a Container object with resolved components
an array of Provider objects
Generated using TypeDoc
Module to export all public APIs for bootstrapping with Angular / Ionic.