Angular4 实战开发
栏目: JavaScript · 发布时间: 8年前
内容简介:Angular4 实战开发
《Angular 实战系列》目前处于章节不定,内容不定阶段,这一系列文章不会长篇大论的讲解概念,而是以用为主,结合通俗易懂的实例来让大家理解常用的知识点。
章节
-
动画(Animation)
关于这一系列文章的例子可以到这里下载: Github
git clone https://github.com/IronPans/angular-demo
下载下来后,需要如下步骤启动项目:
- 打开终端
-
输入以下命令
```
cd angular-demo
npm start
` 当然,你首先要安装
@angular/cli`,如果还没安装,可以看第一章《Angular CLI》。
原文链接:Angular4 实战开发
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Types and Programming Languages
Benjamin C. Pierce / The MIT Press / 2002-2-1 / USD 95.00
A type system is a syntactic method for automatically checking the absence of certain erroneous behaviors by classifying program phrases according to the kinds of values they compute. The study of typ......一起来看看 《Types and Programming Languages》 这本书的介绍吧!