-
Updated
May 11, 2020 - TSQL
typescript2

TypeScript is an open source programming language developed by Microsoft and first released in 2012. It is designed to add type safety to JavaScript while conforming as closely as possible to the syntax and semantics of the ECMAScript standard.
It is a syntactical superset of the JavaScript programming language; all valid JavaScript source code is also valid TypeScript source code, but not vice-versa. TypeScript compiles (or transpiles) to JavaScript, meaning that it can be utilized to target any JavaScript environment. It can be used to develop JavaScript for both client-side and server-side applications.
Here are 142 public repositories matching this topic...
-
Updated
Nov 9, 2019 - C#
-
Updated
May 21, 2020 - TypeScript
-
Updated
May 15, 2020 - TypeScript
-
Updated
Apr 16, 2020 - TypeScript
-
Updated
Sep 27, 2017 - JavaScript
-
Updated
May 15, 2019 - JavaScript
-
Updated
May 16, 2018 - TypeScript
-
Updated
Dec 2, 2018 - Vue
-
Updated
Mar 20, 2018 - TypeScript
-
Updated
Aug 27, 2017 - TypeScript
-
Updated
Dec 26, 2019 - TypeScript
-
Updated
Sep 18, 2018 - TypeScript
-
Updated
May 22, 2018 - TypeScript
-
Updated
May 8, 2020 - TypeScript
-
Updated
Jan 22, 2020 - TypeScript
-
Updated
Aug 20, 2018 - TypeScript
-
Updated
Oct 30, 2017 - TypeScript
-
Updated
Oct 30, 2019 - TypeScript
-
Updated
Nov 15, 2017 - CSS
Access user page for example like so:
localhost:8100/#/user/myproduct
Result will be "myproduct"
import { IonicPage, NavParams } from "ionic-angular";
import { Component } from "@angular/core";
import { NavController } from "ionic-angular";
import { TranslateService } from "@ngx-translate/core";
@IonicPage({
name: "user",
segment: "user/:product"
})
@Component({
selector
-
Updated
Aug 19, 2017 - JavaScript
-
Updated
Nov 12, 2019 - TypeScript
-
Updated
Feb 19, 2018 - TypeScript
-
Updated
Nov 28, 2017 - TypeScript
-
Updated
May 7, 2020 - TypeScript
Created by Microsoft
Released October 1, 2012
Latest release 3 days ago
- Repository
- Microsoft/TypeScript
- Website
- www.typescriptlang.org
- Wikipedia
- Wikipedia
These work, for Vue + Typescript + Webpack: