typedi#Token TypeScript Examples

The following examples show how to use typedi#Token. You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: index.ts    From ExpressLRS-Configurator with GNU General Public License v3.0 5 votes vote down vote up
ConfigToken = new Token<IConfig>('CONFIG_TOKEN')
Example #2
Source File: LoggerToken.ts    From ExpressLRS-Configurator with GNU General Public License v3.0 5 votes vote down vote up
LoggerToken = new Token<LoggerService>('LOGGER_TOKEN')
Example #3
Source File: PubSubToken.ts    From ExpressLRS-Configurator with GNU General Public License v3.0 5 votes vote down vote up
PubSubToken = new Token<PubSubEngine>('PUBSUB_TOKEN')
Example #4
Source File: ServiceLocator.ts    From BlinkWebUI with GNU General Public License v3.0 5 votes vote down vote up
authRepositoryToken = new Token<AuthRepository>()
Example #5
Source File: ServiceLocator.ts    From BlinkWebUI with GNU General Public License v3.0 5 votes vote down vote up
cameraRepositoryToken = new Token<CameraRepository>()
Example #6
Source File: ServiceLocator.ts    From BlinkWebUI with GNU General Public License v3.0 5 votes vote down vote up
mediaRepositoryToken = new Token<MediaRepository>()
Example #7
Source File: ServiceLocator.ts    From BlinkWebUI with GNU General Public License v3.0 5 votes vote down vote up
networkRepositoryToken = new Token<NetworkRepository>()
Example #8
Source File: ServiceLocator.ts    From BlinkWebUI with GNU General Public License v3.0 5 votes vote down vote up
syncModuleRepositoryToken = new Token<SyncModuleRepository>()