-
Class in ES6, Typescript, Angular2 and Angular1
ES6 class
Class was proposed in ECMAScript 4, which was abandoned, and ES5 does not have Class. Now ES6 is finalized and it has class.
-
Some thoughts on choosing JavaScript Framework
If you are reading this post, I don't have to tell you, you already know there are tons of JavaScript frameworks out there. Some of the popular ones are shown down here. You may be overwhelmed by so many choices, and you want to choose a "best" framework for you killer app.
-
Maybe the desire to control is the problem
I love to play tennis. Serve was the biggest weakness in my game. So I practice a lot, and now I am getting better and better in my serve. One of the most important techniques in serving is pronation which I struggled most with until I saw this video, The Serve Pronation Technique And 7 Drills To Learn It. Here is what strike me most in the article.
-
service in angularjs
AngularJs is different from other JavaScript client-side framework in that it use dependency injection to manage its components. Although dependency injection is not a new method, in fact it has been very successful for many years, it is a new approach in JavaScript client-side framework. So if you never use dependency injection in other language before, it is pretty confusing. The following is my notes on this topic.
There are basically two step to develop your angularjs application.
-
package and register your components using module like the following.
-
-
how angularjs bootstrap an application