3197891abd2c7abb0c8381c7f3b5de282a415e58

Angularjs 49

Google's AngularJS library

Yeoman AngularJS version 2 Generator

Yeoman can be installed globally using npm install yeoman –g command.The following screenshot shows the terminal with yeoman installation globally. Yeoman provides a generator named generator-angular2 to create a boiler plate for custom Gulp plugin development. The generator-angular2 can be installed globally using npm install generator-angular2 –g command.The following screenshot shows the terminal with generator-angular2 […]

persistent collections With ImmutableJS Part 1

Immutable JavaScript library is created by Facebook developers. In this demo, "We will learn about Immutable JavaScript library with a Map example". Immutable data does not change once created.It means a new immutable object is created if any changes are done. You can find more information about Immutable library using following link:- http://facebook.github.io/immutable-js/ Immutable library […]

AngularJS ngTable Example

Using ngTable module we can create a table for displaying data. This ngTable module can be found in this link. To demonstrate the use of ngTable we have created the NgTableDemo project structure. The data.json contains the code for person data.The content of data.json file are as follows:- { "person":[ { "id" : 1, "primary" […]

AngularJS Directive Boilerplate Using Gulp

AngularJS We can build reusable directive using AngularJS. For creating a directive and publishing it to NPM require some repetitive task like source directory,distribution directory,build task etc..To resolve this cumbersome work we have to create a boilerplate and publish it to NPM and then reuse it whenever we have to create a new directive. In […]

AltStyle によって変換されたページ (->オリジナル) /