Menu
Nadzweb.com
Nadzweb.com

Angular2 – Typescript cheatsheet

Posted on July 29, 2016August 2, 2016 by admin
    This cheat sheet is provisional and may change!

Installing Typescript and its typings

tsd install  // install typings package command
typings install // install ttypings package command
typings install dt~underscore --global --save // install typings for underscore

Declaring third party libraries.

declare var <third-party-namespace>: any;
declare var JSONEditor: any;

Importing third party libraries.

import * as _ from 'underscore'; // import underscore to be used inside ts code
  • angular2
  • Leave a Reply Cancel reply

    Your email address will not be published. Required fields are marked *

    *
    To prove you're a person (not a spam script), type the security word shown in the picture. Click on the picture to hear an audio file of the word.
    Anti-spam image

    Tags

    .htaccess angular angular2 angular2-pipes angular4 angularjs apache bigdata blockchain children codeigniter computer graphics ethereum flot flot charts funny hadoop http javascript jquery kanban lena linux love math mathematics microsoft misc node js php phpframework php frameworks postgres pun-intended python react sass scrum scss silverstripe software ssl story valentines day wordpress

    Archives

    Recent Posts

    • Install only Postgres client 11 on Ubuntu 18.04
    • PostgreSQL – Granting access to users
    • Querying JSONB Postgres fields in SQLAlchemy
    • Angular – Writing unit tests for setTimeout in functions
    • Angular 6 – getting previous url from angular router
    ©2021 Nadzweb.com | Powered by WordPress & Superb Themes