码迷,mamicode.com
首页 >  
搜索关键字:typescript    ( 1262个结果
[TypeScript] Using Interfaces to Describe Types in TypeScript
It’s easy to pass the wrong value to a function. Typescript interfaces are great because they catch errors at compile time or in an IDE. In this lesso ...
分类:其他好文   时间:2016-10-10 07:38:01    阅读次数:194
[TypeScript] Distinguishing between types of Strings in TypeScript
In JavaScript, many libraries use string arguments to change behavior. In this lesson we learn how Typescript catches string related errors at compile ...
分类:其他好文   时间:2016-10-09 07:22:42    阅读次数:196
ionic2+angularjs2
感觉TypeScript真不错,强类型,有点类似c#的感觉,而且如果写错了编辑器都可以感知出来,于是就开始看ionic2。ionic2是基于angular2的,语法跟以前有了很大的变化。但自己写原生app写惯了,反而觉得这种方式更方便一些。每个页面都是一个组件,组件里也可以套组件,html标签都可以 ...
分类:Web程序   时间:2016-10-08 16:43:52    阅读次数:588
TypeScript的4种编译方式
1、手动编译 1.1、首先找到TypeScript的安装目录,我的在”C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.0“。 1.2、使用cmd工具命令cd到安装目录。 1.3、输入命令:tsc 文件名.ts,回车编译。 一旦编译成功,就会在相同 ...
分类:其他好文   时间:2016-10-07 18:14:30    阅读次数:139
[TypeScript] Interface and Class
When to use Interface and when to use Class. Let's see one example: We have an Interface 'Lesson' and a Class 'Lesson'. At this point, I would love to ...
分类:其他好文   时间:2016-10-07 07:47:20    阅读次数:132
[TypeScript] Union Types and Type Aliases in TypeScript
Sometimes we want our function arguments to be able to accept more than 1 type; e.g. a string or an array. This lesson will show us how to assign more ...
分类:其他好文   时间:2016-10-06 22:39:02    阅读次数:156
整整十年 - Agent Framework for TypeScript 2.0
十年前,我发布了 Agent Framework for .NET 2.0 今天,Agent 又开始了新的旅程, 这次支持的语言是 TypeScript 2.0 上需求:init函数只能被调用一次 废话不说,贴代码 用法解释: 1. 调用 init 之前先检查 initialized 的值,如果是f ...
分类:其他好文   时间:2016-09-29 20:54:25    阅读次数:150
webpack 入门
什么是WebPack,为什么要使用它? 为什要使用WebPack 现今的很多网页其实可以看做是功能丰富的应用,它们拥有着复杂的JavaScript代码和一大堆依赖包。为了简化开发的复杂度,前端社区涌现出了很多好的实践方法 模块化,让我们可以把复杂的程序细化为小的文件; 类似于TypeScript这种 ...
分类:Web程序   时间:2016-09-27 00:34:49    阅读次数:164
转载:TypeScript 简介与《TypeScript 中文入门教程》
简介 TypeScript是一种由微软开发的自由和开源的编程语言。它是JavaScript的一个超集,而且本质上向这个语言添加了可选的静态类型和基于类的面向对象编程。安德斯·海尔斯伯格,C#的首席架构师,已工作于TypeScript的开发。 TypeScript扩展了 JavaScript 的句法, ...
分类:其他好文   时间:2016-09-22 10:00:34    阅读次数:162
TypeScript之面向对象初体验
1、安装nodejs和vscode: nodejs : https://nodejs.org/en/ Visual Studio Code : https://www.visualstudio.com/en-us/products/code-vs.aspx 安装是很简单的,一路next就行,此处不详 ...
分类:其他好文   时间:2016-09-22 06:28:35    阅读次数:221
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!