Options
All
  • Public
  • Public/Protected
  • All
Menu
description

Module to export all public APIs for bootstrapping with Angular / Ionic.

Index

Functions

provideComponents

  • provideComponents(container: Container): any[]
  • 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.

    Parameters

    • container: Container

      a Container object with resolved components

    Returns any[]

    an array of Provider objects

Generated using TypeDoc