Class: JSBeamConfig

jsbeam JSBeamConfig

Inject config with all injectable element from jsbeam

new JSBeamConfig()

Inject config with all injectable element from jsbeam

Extends

Methods


containsBean(id)

Check if injectable item exists in the config
Parameters:
Name Type Description
id string id of the item
Inherited From:
Returns:
status
Type
boolean

getInjectablebById(id)

Get injectable item from the config
Parameters:
Name Type Description
id string id of the item
Inherited From:
Returns:
item
Type
miniinjector.AbstractInjectable | null

init()

Init all items
Inherited From:
Overrides: