Skip to content

Latest commit

 

History

History

di

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Dependency Injection

This example shows how a simple counter service can be injected into a web component. The component is coupled on the name ('service.counter') and the declared typescript interface (SequenceService)

See this example code here