Today we had the pleasure to host Shai Reznik and talk with him on his true passion – AngularJS. Few of the hot topic we covered in this episode where:
- Data binding is an automatic way of updating the view whenever the model changes, as well as updating the model whenever the view changes. This is awesome because it eliminates DOM manipulation from your todo list and it’s making sure to work efficiently with zero effort on your part.
- Directives – How you can use today ‘Web components’ and see how it will be (fun and productive) to develop in the web platform in the near future.
- Dependency Injection – Why it’s a powerful concept and how it can help you with managing large scale web apps and your testing.
- Module – We spoke about the community around this framework and one of the by products is the modules that extend the options of which APIs and web services you can use directly from Angular. Continue reading