
committed by
Matias Niemelä

parent
8296f6b681
commit
18798a1cb2
@ -145,8 +145,6 @@ export class RadioControlValueAccessor implements ControlValueAccessor,
|
||||
/**
|
||||
* @description
|
||||
* A lifecycle method called when the directive is initialized. For internal use only.
|
||||
*
|
||||
* @param changes A object of key/value pairs for the set of changed inputs.
|
||||
*/
|
||||
ngOnInit(): void {
|
||||
this._control = this._injector.get(NgControl);
|
||||
@ -157,8 +155,6 @@ export class RadioControlValueAccessor implements ControlValueAccessor,
|
||||
/**
|
||||
* @description
|
||||
* Lifecycle method called before the directive's instance is destroyed. For internal use only.
|
||||
*
|
||||
* @param changes A object of key/value pairs for the set of changed inputs.
|
||||
*/
|
||||
ngOnDestroy(): void { this._registry.remove(this); }
|
||||
|
||||
|
Reference in New Issue
Block a user