码迷,mamicode.com
首页 >  
搜索关键字:typescript    ( 1262个结果
.Net Core + Angular2 环境搭建
环境搭建: 1)node.js版本>5.0,NPM版本>3.0,TypeScript版本>2.0(全装最新版就好了) 2)安装NTVS 1.2(node tools for vs),TSVS dev 1.4(TS for VS) 3)构建package.json,tsconfig.json,gulp ...
分类:Web程序   时间:2016-11-14 16:50:13    阅读次数:311
Angular2-Sprint 0
很多网友发表了学习Angualr2的方法,今天我也分享我的学习过程,这篇文章暂且谈谈用到的工具。 1. Visual Studio Code 2. NodeJs 3. TypeScript npm -install -g typescript 4.Angular-Cli npm -install - ...
分类:其他好文   时间:2016-11-12 16:36:59    阅读次数:214
TypeScript
TypeScript Feature types classes annotations imports language utilities string template (`hello ${world} `) fat arrow function syntax (=>) string temp ...
分类:其他好文   时间:2016-11-05 14:38:25    阅读次数:188
chrome浏览器调试typescript
在chrome的开发人员工具的配置项中,有一个sourcemap的选项,用来配置javascript源码和生成代码的关系。 如果能在浏览器中直接调试typescript代码,才能让我们真正体会到typescript开发的快乐。 首先打开chrome开发者工具的配置项,然后查看sources下的Ena ...
分类:其他好文   时间:2016-11-02 14:35:28    阅读次数:592
Webpack 入门指南 - 3. Hello, Angular2!
.这一次,我们使用 Webpack 来打包 Angular 2 的应用。 与官方的 Hello, Angular 2 项目相比,我们不使用 System.js,而是使用 TypeScript 直接编译,然后使用 Webpack 打包生成代码。 ...
分类:Web程序   时间:2016-10-26 00:46:16    阅读次数:447
Webpack 入门指南 - 2.模块
通常我们希望这个项目可以分为多个独立的模块,webpack 可以直接支持 CommonJs 和 AMD 模块,对于 TypeScript ,我们还需要安装 TypeScript 和 ts-loader. ...
分类:Web程序   时间:2016-10-25 02:29:22    阅读次数:214
>>> 主页推荐链接
Swift中国-做最好的Swift中文社区SwiftV课堂-中国最大的Swift视频学习站Swift中文网TypeScript中文网·TypeScript——JavaScript的超集
分类:其他好文   时间:2016-10-17 16:36:37    阅读次数:144
[TypeScript] The Basics of Generics in TypeScript
It can be painful to write the same function repeatedly with different types. Typescript generics allow us to write 1 function and maintain whatever t ...
分类:其他好文   时间:2016-10-14 22:43:43    阅读次数:145
[TypeScript] Using Assertion to Convert Types in TypeScript
Sometimes the compiler needs help figuring out a type. In this lesson we learn how to help out the compiler with Typescript type assertion. We have a  ...
分类:其他好文   时间:2016-10-14 21:00:36    阅读次数:172
[TypeScript] Sharing Class Behavior with Inheritance in TypeScript
Typescript classes make inheritance much easier to write and understand. In this lesson we look into how to set up inheritance with Typescript classes ...
分类:其他好文   时间:2016-10-14 07:36:24    阅读次数:154
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!