转载

ng-book2 完整版本例子

昨天,我们只不过入了 angular2 的门道,我们需要知道更多的 angular2 的知识才能运用到项目中去 。在 ng-book2 中有 “RedditApp” 的小例子,让我们跟着 “RedditApp” 学习更多的 angular2 知识。

ng-book2 完整版本例子

1. 准备环境

昨天,我们都使用 typescript 学习了“angular2我来了” 例子。 也从中获得了 angular2 运行环境,我们的第一条便直接通过 。

2.输出和 绑定

在 “RedditApp” 例子中我们需要掌握 *ngFor 和 {{}} 组合输出显示,通过 #xxx 和 (click)=”xxx()” 绑定调用 。注意:

2.1 添加组件 directives: [ArticleComponent] 使用。2.2 输入内容 inputs: [‘article’] 处理 。

3. RedditApp完整版

为了方便大家学习,代码已放到百度云盘 。链接: http://pan.baidu.com/s/1bJDDoE 密码: fp12

原文  http://blog.mttqq.com/archives/646
正文到此结束
Loading...