Tutorial by Topics: js

$scope : ng.IScope - this is way in typescript to define type for a particular variable.
This section provides an overview of what hapijs is, and why a developer might want to use it. It should also mention any large subjects within hapijs, and link out to the related topics. Since the Documentation for hapijs is new, you may need to create initial versions of those related topics. ...
Making API requests with Angular 2 Http service and RxJS is very similar to working with promises in Angular 1.x. Use the Http class to make requests. The Http class exposes the methods for issuing HTTP requests GET, POST, PUT, DELETE, PATCH, HEAD requests via corresponding methods. It also expo...
Examples to get you up and running quickly (and correctly) with ASP.NET WebAPI
The Flash concept is taken from Ruby on Rails and provides a way to pass temporary objects between the user views generated by the faces lifecycle. As in Rails, anything one places in the flash will be exposed to the next view encountered by the same user session and then cleared out. It is import...
Each callback must be written with this syntax: function callback(err, result [, arg1[, ...]]) This way, you are forced to return the error first, and can't ignore handling them later on. null is the convention in absence of errors callback(null, myResult); Your callbacks ca...
Chart.js is a simple yet flexible open source JavaScript charting library for designers & developers. For version information check out their GitHub
var width = document.getElementById('chartArea').clientWidth; var height = width / 3.236; window.onresize = resizeFunctionCall;
ext An object that specifies output source and minified file extensions. source The suffix string of the filenames that output source files ends with. min When string: The suffix string of the filenames that output minified files ends with. When Array: The regex expressions to be replaced with ...
Sequelize is a promise-based ORM for Node.js and io.js. It supports the dialects PostgreSQL, MySQL, MariaDB, SQLite and MSSQL and features solid transaction support, relations, read replication and more. For more information on what an "ORM" is, check out this article: Object-Relational...
Uses JSON file format Can also accept JavaScript style comments Overview The presence of a tsconfig.json file in a directory indicates that the directory is the root of a TypeScript project. The tsconfig.json file specifies the root files and the compiler options required to compile the...
Linting your ionic app before running has huge advantages. It will analyse code for potential errors and save you tremendous amount of time. What is linting and how to install the required packages? "Linting is the process of running a program that will analyse code for potential errors.&...

Page 4 of 11