simontonsoftware / s-libs

A collection of libraries for any of javascript, rxjs, or angular.
MIT License
43 stars 5 forks source link

[ng-app-state] Use directive composition for `InputValueAccessor` #89

Open ersimont opened 1 year ago

ersimont commented 1 year ago

This should be more maintainable

ersimont commented 1 year ago

This can't be done yet, since "Directives used in hostDirectives must be standalone: true." It will have to wait until either Angular's built-in value accessor directives are standalone, or that requirement is removed.