Comment on Angular 1 and Angular 2 integration: the path to seamless upgradeparentComments−thoman2311yYep, even though directive implementation is verbose in 1.x, once you get really comfortable building them it's a pleasure to use them.−dmak11yI also share this sentiment. I also added a directive class that helps dramatically with code organization/comprehension. For example, listeners should be implemented here, view-model things should be setup here, etc...
Comments
Yep, even though directive implementation is verbose in 1.x, once you get really comfortable building them it's a pleasure to use them.
I also share this sentiment. I also added a directive class that helps dramatically with code organization/comprehension. For example, listeners should be implemented here, view-model things should be setup here, etc...