Litutech
Sunday, September 17, 2017
Adding 0% coverage in Istanbul code coverage report
›
In this post I am setting up a NodeJS project, it has a test project to run automation tests, i also takes care of code coverage as well. ...
1 comment:
Saturday, December 5, 2015
Creating Services in Angular2.0
›
In an application, service is a component which consists of business logic or set of individual functions. Services often served as loosel...
Saturday, November 21, 2015
Creating a video player using Angular 2.0
›
The best way to learn Angular2.0 is to write components. So instead of writing tutorial I prefer to start creating components. In this post...
Thursday, July 30, 2015
Adding pagination functionality in table using AngularJS
›
AngularJS (v 1.4) provides limito filter to create a new array with specified number of elements out of existing array. It also supports ...
Saturday, March 28, 2015
Sample Grunt.js file for your javascript project
›
Grunt is a well-known javascript task runner. To set up your project for development and production you can use grunt to automating few ste...
1 comment:
Sunday, February 22, 2015
AngularJS controller in-depth
›
Controller in an AngularJS application plays as a role of bridge between your model and view. There are certain best practices need to be ...
3 comments:
Friday, December 19, 2014
Developing photo album using Flickr API in plain JS
›
In many top companies's machine test interview round they ask to develop a photo album using Flickr API in plain javascript without usi...
›
Home
View web version