feat(di): change the params of Provider and provide to start with "use"
Closes #4684
This commit is contained in:
@ -10,5 +10,5 @@ export function main() {
|
||||
}
|
||||
|
||||
function createBindings(): any[] {
|
||||
return [provide(APP_VIEW_POOL_CAPACITY, {asValue: 100000})];
|
||||
return [provide(APP_VIEW_POOL_CAPACITY, {useValue: 100000})];
|
||||
}
|
||||
|
Reference in New Issue
Block a user