cleanup(di): renamed viewInjector and hostInjector
BREAKING CHANGE
Replace viewInjector with viewBindings
Replace hostInjector with bindings
This commit is contained in:
@@ -69,7 +69,7 @@ class ShowError {
|
||||
}
|
||||
|
||||
|
||||
@Component({selector: 'model-driven-forms', viewInjector: [FormBuilder]})
|
||||
@Component({selector: 'model-driven-forms', viewBindings: [FormBuilder]})
|
||||
@View({
|
||||
template: `
|
||||
<h1>Checkout Form (Model Driven)</h1>
|
||||
|
||||
Reference in New Issue
Block a user