Easy PDF from JSON/CSV – Quodlibet

Easy PDF from JSON/CSV is a file convert API by Quodlibet. With this CSV convertor API, you can easily create & convert PDFs from CSV or JSON files, or from CSV or JSON strings. Further, it helps you to simply create invoices, or other PDFs with tables.  

SheetJS JS-XLSX – FileFormat

SheetJS JS-XLSX API facilitates the JavaScript developers in reading and writing Excel spreadsheets of various file formats. It provides the developers with the ability to create a workbook from scratch, parse complex sheets, convert HTML tables, read a specific cell, add a new worksheet and much more.  

JSON Test

JSONTest.com is a testing platform for services utilizing JavaScript Object Notation (JSON). It is a JSON-based application that will return your IP address in the JSON form.  

Angular 4 : Creating Component Automatically In AngularJS

After gaining the knowledge about how components are created in angular.js manually, this blog will help you learn how to create components automatically. If you are unfamiliar with the manual component creation, visit the blog – Creating Registration Form With Custom Component In AngularJS for detailed information. Follow these basic steps in order to create …

Angular 4 : Creating Registration Form With Custom Component In AngularJS

Before starting with the registration form, you should be aware of basic file rendering and server setup in AngularJS. If not then quickly glance over the blog – Creating First App In AngularJS With Basic File Setup & Configuration. This blog will also be helpful for you to learn how to call a custom component …

Creating First App In AngularJS With Basic File Setup & Configuration

Firstly, we need to choose a decent IDE (Integrated Development Environment) in order to write our codes and compile it. There are several good IDEs available on the web but we will be using Microsoft’s Visual Studio Code editor. Steps For Basic File Setup – Open Visual Studio Code and switch to its terminal tab. …

9+ Best Music Email Templates For Musicians, Singers, DJs & Orchestras

Music alone is an effective medium to spread the word around the global circuit. But because of the fiercely competitive world, you may need some external force to push you to the new heights. So, the question in your mind right now must be – what are the effective ways to promote your musical career? …

AngularJS $animate : Tutorial With Animation Example

We have already learned that how to apply animation using specified directives of AngularJS. AngularJS also provide the facility to apply animation to custom directives. Now, we are going to learned that how to  apply animation in our own directives. We will do this by using the methods of $animate service of AngularJS. $animate Service $animate …

AngularJS Animation

Along with various important features, AngularJS also provides the functionality of animation. AngularJS provides some inbuilt directives especially created for animation which you can directly use in your application. Or you can use $animate service with the custom directive for animation purpose. In this tutorial, we are covering animation via inbuilt directives. Animation using $animate service …

AngularJS Provider

Provider works in the same way as the service or factory works. It has an additional functionality that could be configured during the module configuration phase. We can configure a provider according to our requirement. We applied this configuration when we want that our configuration must be set, before the application start. The provider usually defined with …