AngularJS 2.0 – Here you go!!! What is new?
Before going into further discussion about 2.0 AngularJS briefly consider the philosophy behind the new version. 2.0 angular development began to address the following concerns: Mobile The new angular version will focus on developing mobile applications. The reason is that it is easier to manage desktop looks of things, once you have addressed the challenges […]
Easy Animations for AngularJS with Animate.css
Animate.css is to transitions what Bootstrap is to layout, which means it comes with a number of pre-built and easy to use styles. Animate uses keyframe animations. which specify the start, end, and in-between points of what an element should look like, and although Animate is not tied to Angular, keyframes make Angular animations easier […]