File

projects/wms-framework/src/lib/regionsframework/servicelocation/IServiceLocator.ts

Description

IServiceLocator interface

Index

Methods

Methods

getInstance
getInstance(token: any)
Type parameters :
  • T

Gest the instance of the Service Locator

Parameters :
Name Type Optional
token any No
Returns : T
export interface IServiceLocator {
  /**
   * Gest the instance of the Service Locator
   * @param token
   * @wMethod GetInstance
   * @wIgnore
   */
  getInstance<T>(token: any): T;
}

result-matching ""

    No results matching ""