<App />
component which creates app's Owner
. It use used to keep all your singleton instances, eg. Services
.Owner
instance to it, using owner
property.lookup
and register
. Usually, you dont need to worry about them but may become hand if you would like to pre initialize your own service.@wazapp/component
to access and lazy instantiate services.register(key: any, value: any)
- register "memorize" any valye you want under whatever key you wantlookup(key: any)
- withdraw the "memorized" value for specific key