Angular 1, AngularJS

Vis.js Timeline

Vis.js is a dynamic, browser based visualisation library. The library is designed to be easy to use, to handle large amounts of dynamic data, and to enable manipulation of and interaction with the data. The library consists of the components DataSet, Timeline, Network, Graph2d and Graph3d. Timeline Overview The Timeline is an interactive visualization chart… Continue reading Vis.js Timeline

Angular 2, AngularJS

Angular 2 with i18n

In some applications it is necessary to provide multilingual support to offer users the possibility to view your application in different languages. So to provide this facility we can build our application using i18n feature in Angular. Here we are going to build simple application to translate “Hello World” into different languages(Eg: English, French, German).… Continue reading Angular 2 with i18n