Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AngularLaravelEchoModule

Module definition, use forRoot for easy configuration of the service and interceptor

Hierarchy

  • AngularLaravelEchoModule

Index

Methods

Methods

Static forRoot

  • forRoot(config: EchoConfig): ModuleWithProviders
  • Make the service and interceptor available for the current (root) module, it is recommended that this method is only called from the root module otherwise multiple instances of the service and interceptor will be created (one for each module it is called in)

    Parameters

    Returns ModuleWithProviders