Skip to content

Instantly share code, notes, and snippets.

@aganglada
Last active August 29, 2015 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aganglada/1a287c4b1684a4e5515c to your computer and use it in GitHub Desktop.
Save aganglada/1a287c4b1684a4e5515c to your computer and use it in GitHub Desktop.
Angular + Webpack
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