Constructor for ioc class is in samo time register for application classes.
config is instance of ClientConfig class.
get is store variable , We make instance of core classes just one time in whole app live circle.
This method return new Instance of passed class.
singlton is method for instancing.
This arg is type pf any becouse we can pass any class with or without own args.
Args is optimal. If our class have args then we pass args, if dont have ti we pass undefined for now.
Generated using TypeDoc
Ioc is main dependency controller class. This class store all main instances Property get is type of IUniVector (access by key) Example of access : this.get.Browser Also you can generate or bind new Instances with method gen.
Ioc is main dependency controller class. This class store all main instances Property get is type of IUniVector (access by key) Example of access : this.get.Browser Also you can generate or bind new Instances with method gen.