Getting started with AngularJS

 

What is AngularJS?

 

In single line AngularJS is a structural framework for dynamic web apps.Dynamic means during run time.It is used to develop SPA(single page application).

  In a SPA,…

Read More

Angular Test Cases Using Jasmine Js

 

About Jasmine 

Jasmine is behavior-driven development framework for testing JavaScript code. It does not depend on any other JavaScript frameworks. It does not require a DOM. And it has a clean, obvious…

Read More