You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been working with AngularJS for about a year now. I'm the creator of Restangular, a library used to fetch Restful Resources with AngularJS easily.
I want to give everyone an introduction to AngularJS, but not taking the typical approach of a simple app where you just write the name and things get shown.
The basic idea of AngularJS is that it's declarative. I want to talk about this declarativeness and how it related to Reactive programming, by comparing it to other Reactive frameworks like Reactive.js and why I think AngularJS is superior about this.
I plan to walkthrough an example application showing how you can propagate all changes by just Getting a model from a Server or doing little changes to it. I'm going to show how to use Controllers, Directives and Services appropriately to get the max out fo Reactive programming and Decorativeness.
The text was updated successfully, but these errors were encountered:
I've been working with AngularJS for about a year now. I'm the creator of Restangular, a library used to fetch Restful Resources with AngularJS easily.
I want to give everyone an introduction to AngularJS, but not taking the typical approach of a simple app where you just write the name and things get shown.
The basic idea of AngularJS is that it's declarative. I want to talk about this declarativeness and how it related to Reactive programming, by comparing it to other Reactive frameworks like Reactive.js and why I think AngularJS is superior about this.
I plan to walkthrough an example application showing how you can propagate all changes by just Getting a model from a Server or doing little changes to it. I'm going to show how to use Controllers, Directives and Services appropriately to get the max out fo Reactive programming and Decorativeness.
The text was updated successfully, but these errors were encountered: