angular-challenges icon indicating copy to clipboard operation
angular-challenges copied to clipboard

Answer:33

Open tsironis13 opened this issue 9 months ago • 0 comments

Provide 2 implementations: 1st: a non secured approach to resolve 'BtnDisabledDirective' ref, because it might be undefined when injection mechanism tries to resolve it. 2nd: a secured and optimized one by using forwardRef, in order to resolve the ref of 'BtnDisabledOptimizedDirective' in cases when BtnDisabledOptimizedDirective is not yet defined.

tsironis13 avatar Apr 30 '24 10:04 tsironis13