Click here to Skip to main content
15,885,244 members
Everything / Programming Languages / Typescript

Typescript

Typescript

Great Reads

by Marcelo Ricardo de Oliveira
A shoot'n'up HTML5 game made with Phaser game framework
by Robert_Dyball
Add JSON Web Token Authentication (JWT) using OpenIDDict to our ASP.NET Core + Angular 2 SPA. Source includes VS2015 and VS2017 versions.
by Florian Rappl
Exploring the abilities, benefits and features of TypeScript by extending / rewriting the original Mario5 source.
by Vincent Maverick Durano
This article will walk you through on building a data-driven web app from scratch within the context of ASP.NET Core 1.0 using Angular 2 and Web API 2.

Latest Articles

by Jeremy Falcon
Just a simple routine and helper routine to generate unique IDs suitable for disconnected systems.
by Akram El Assas
Functional Programming in TypeScript through Algebra, Numbers, Euclidean Plane and Fractals
by Akram El Assas
Car Rental Platform with a mobile app
by Akram El Assas
Rental Property Management Platform with a Mobile App

All Articles

Sort by Score

Typescript 

18 Nov 2016 by NguDeveloper
Angular2 + Webpack web application using VS Code step by step
11 Jul 2016 by NguDeveloper
A npm plugin to improve the productivity of Angular2 development
23 Jul 2016 by slavik57
Have you ever wanted to enumerate all the names and values of an enum? Now you can.
20 Mar 2014 by Super Lloyd
Some ideas to bring LINQ goodness to JavaScript array
11 Sep 2015 by Mostafa Asaduzzaman
Simple Hello World page in TypeScript using Visual Studio code
16 Sep 2015 by Rahman Mahmoodi
Testing Typescript with Jasmine and Chutzpah
29 Oct 2015 by Asher Barak
A fun interactive way to present multidimensional data, using D3 and Game of Thrones
8 Nov 2016 by slavik57
A library of notification based objects for TypeScript/JavaScript
12 Nov 2016 by NguDeveloper
Angular2 + Webpack web application using VS Code step by step
18 Feb 2017 by Nesreen Maged
Use native script with Angular2 and typescript to build a native Android mobile app that is integrated with Google firebase notification FCM
3 Jul 2020 by Roman Akhromieiev
Quick Introduction to Deno.js with an example
5 May 2021 by Gábor Angyal
A walkthrough of statically typing Vuex with TypeScript
23 Feb 2016 by King David Consulting LLC
Gulp workflow with TypeScript
25 Aug 2019 by scott_liu
This article shows approaches to set active Bootstrap nav tab under a specific condition.
10 Jan 2023 by Dimitris Nemtsov
How to integrate mxGraph with Angular 15 and above
3 Feb 2014 by freedeveloper
Small library to explain how to create basic message boxes using kendo and Typescript.
18 Jun 2014 by Daniel Gidman
An implementation of flag enumerations for Typescript
21 Jan 2016 by Member 12278900
Learn how to create gulp files in TypeScript and how to define gulp tasks in a class-based style
17 Jan 2022 by Gunnar S
Broadcast messaging in Angular with the observer design pattern and the rxjs npm package
19 Dec 2020 by O.Nasri
How to create an input address using Angular and ng-bootstrap
18 May 2021 by D_Gregorian
How to create a React-Native (iOS & Android) FileManager with Firebase Storage
12 Jan 2022 by Harshal S. Limaye
Utilize Meta service to add, remove and update meta tags in Angular app
16 Nov 2022 by Zijian
Resolving issues with date picker component in ASP.NET 7 applications.
N 19 Apr 2024 by Jeremy Falcon
Just a simple routine and helper routine to generate unique IDs suitable for disconnected systems.
16 Mar 2017 by Arthur Minduca
I developed a Typescript library that wraps the Freebase API and expose some services. The library contains some definitions to provide type checking at compile time and intellisense. I also published the resulting JavaScript. The project is available under MIT license (open source).
4 May 2016 by GerVenson
RingBuffer in Typescript
4 Sep 2021 by Alen Toma
This is a very easy way to build your ORM and have full control over how the database and query is setup.
9 Nov 2018 by HHerzl
Scaffolding TypeScript with CatFactory
26 Dec 2017 by Zijian
Upgrade to Angular 5 and HttpClient while Http is deprecated in NG5
15 Apr 2014 by CoffeeAndDonuts
The combination of C#, TypeScript, Knockout, and the mapping plug-in creates a problem. I need a tool to read my server-side C# classes and create client side TypeScript definitions
8 Dec 2014 by Shawn Lawsure
This is a browser-based game similar to the old Space Invaders video game written in TypeScript.
4 May 2015 by Matthias Kainer
Creating a build for an existing TypeScript project in less than 5 minutes (or for any other language in 10 minutes)
14 Nov 2015 by Jameel VM
Custom directive for implementing Ajax Loader using AngularJs and Typescript
29 Nov 2016 by Rico MNC
I did two versions, one with a simple text dump to a span as HTML, and the other to filter contents of a drop down list (select). This article only contains the simpler one. I hope to add the other one depending on how this is received and if I can host code samples demos somewhere.
29 Nov 2015 by anujk0292
Create AngularJS 1.x web application using Microsoft Typescript
28 Apr 2020 by Member 3531622
A HtmlEditor written in Blazor based on AngleSharp
5 Dec 2017 by Zohra73
It's an Angular 5 start up example for beginners
17 Sep 2018 by Jason Sobell
The manipulation of dates in an application is not as straightforward as it first appears, but some simple understanding of the way Dates apply to real-world usage can help avoid all sorts of nasty issues down the line.
1 Feb 2017 by Prabu ram
I am just trying to wrap the jquery ajax methods under Typescript to give a better control from the rest of the code.