最近看到一篇用Visual Studio Code开发Angular2的文章,也是一篇入门教程,地址为:使用Visual Studio Code開發Angular 2專案。这里按部就班的做了一遍,感觉很方便,并且没有遇到楼主的一些问题,应该是安装环境有些不同。这里只为记录一下。再次感谢! 一、随便新 ...
分类:
其他好文 时间:
2016-10-15 11:42:41
阅读次数:
297
From router v3.1.0, we have preloading system with router. After the init module loaded, router will preloading the rest module at the background. Cus ...
分类:
其他好文 时间:
2016-10-13 21:35:14
阅读次数:
184
Index router as default router. Index router, usually comes as last, just right before the fallback router. ...
分类:
其他好文 时间:
2016-10-10 19:12:57
阅读次数:
110
网上找了很多教材都搜索不到该部分类型,自己测试了下写了该教程。场景说明:项目需要使用bootstrap,众所周知bootstrap没有时间日期控件的,需要使用第三方控件,我对如何在angular2中使用第三方控件比较恐慌,我项目使用angular-cli构建的。解决流程1:配置package.jso... ...
分类:
Web程序 时间:
2016-10-09 23:16:44
阅读次数:
228
在任意目录下创建一个我们的Angular2.0(比如D:\Angular\MyAngular2) 在D:\Angular\MyAngular2下创建名为:package.json、tsconfig.json、typings.json、systemjs.config.js等四个文件 文件内容可到htt ...
分类:
其他好文 时间:
2016-10-08 19:22:16
阅读次数:
137
感觉TypeScript真不错,强类型,有点类似c#的感觉,而且如果写错了编辑器都可以感知出来,于是就开始看ionic2。ionic2是基于angular2的,语法跟以前有了很大的变化。但自己写原生app写惯了,反而觉得这种方式更方便一些。每个页面都是一个组件,组件里也可以套组件,html标签都可以 ...
分类:
Web程序 时间:
2016-10-08 16:43:52
阅读次数:
588
1. 使用Http 绝大部分应用程序都会和后台服务打交道,Http是浏览器和服务器之间通讯的主要协议,通过Http调用来访问远程服务器上相应的 Web API。 HttpModule 并不是 Angular 的核心模块,通过Angular包中一个名叫 @angular/http 的独立附属模块发布了 ...
分类:
Web程序 时间:
2016-10-04 18:55:57
阅读次数:
504
In this tutorial we are going to learn how we can can configure redirects in the angular 2 router configuration. We are also going to see again anothe ...
分类:
其他好文 时间:
2016-10-03 00:08:08
阅读次数:
170
In this tutorial we are going to learn how we can can configure redirects in the angular 2 router configuration. We are also going to see again anothe ...
分类:
其他好文 时间:
2016-10-03 00:03:31
阅读次数:
157
In this tutorial we are going to learn how we can to configure an can activate route guard in the Angular 2 router. We are going to implement the conc ...
分类:
其他好文 时间:
2016-09-30 21:34:52
阅读次数:
699