refactor(chore): Replace all 'bindings' with 'providers'
BREAKING CHANGE Deprecated `bindings:` and `viewBindings:` are replaced with `providers:` and `viewProviders:` Closes #7687
This commit is contained in:

committed by
Misko Hevery

parent
49fb7ef421
commit
0795dd307b
@ -154,7 +154,7 @@ class MockFancyService extends FancyService {
|
||||
|
||||
@Component({
|
||||
selector: 'my-service-comp',
|
||||
bindings: [FancyService],
|
||||
providers: [FancyService],
|
||||
template: `injected value: {{fancyService.value}}`
|
||||
})
|
||||
class TestBindingsComp {
|
||||
|
Reference in New Issue
Block a user