Last active
August 29, 2015 14:23
-
-
Save aganglada/1a287c4b1684a4e5515c to your computer and use it in GitHub Desktop.
Angular + Webpack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Web components are arguably the Way Of The Future, they provide reusability of code and encapsulation of logic with the view. | |
Angular allows us to create native looking web components with directives, but also allows standalone controllers to be made. | |
Doing things this way helps future-proof our app by forcing us to structure our app like we were using native web components already. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment