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
@ -179,7 +179,7 @@ class PersonsComponent {
|
||||
|
||||
@Component({
|
||||
selector: 'person-management-app',
|
||||
viewBindings: [DataService],
|
||||
viewProviders: [DataService],
|
||||
template: `
|
||||
<button (click)="switchToEditName()">Edit Full Name</button>
|
||||
<button (click)="switchToPersonList()">Person Array</button>
|
||||
|
Reference in New Issue
Block a user