Community

@Directive().inputs And @Input() Are Not Functionally Equivalent In Angular 7.2.13

(Ben Nadel) Historically, when creating my Directives, Components, and Pipes in Angular, I’ve tried to keep all of my meta-data at the top, inside of the class decorator. I find it very easy to consume when it’s all in one place.