refactor: misc cleanup
This commit is contained in:

committed by
Rado Kirov

parent
0ca971c5bd
commit
f23b22a0f4
@ -34,7 +34,7 @@ export function _appIdRandomProviderFactory() {
|
||||
export const APP_ID_RANDOM_PROVIDER = {
|
||||
provide: APP_ID,
|
||||
useFactory: _appIdRandomProviderFactory,
|
||||
deps: <any[]>[]
|
||||
deps: <any[]>[],
|
||||
};
|
||||
|
||||
function _randomChar(): string {
|
||||
|
Reference in New Issue
Block a user