1375 热度

Angular 9.0.0 版本已发布!

Angular的9.0.0版本已发布!这是涵盖整个平台的主要版本,包括框架,Angular Material和CLI。此版本默认情况下将应用程序切换到Ivy编译器和运行时,并引入了改进的组件测试方法。 更新内容 ...

收录时间: 2020-02-10
分类: Angularjs
贡献者: Rector
1587 热度

Angular 8.1.0 正式发布

Angular 8.1.0 正式发布了,包含如下改进内容:使用freshness策略缓存数据组中的不透明响应;当请求超过超时阈值时缓存不透明响应;允许ts_library与列表类型的输入互操作...

收录时间: 2019-07-04
分类: Angularjs
贡献者: Rector
1783 热度

What’s new in Angular 6.1?

Angular 6.1 introduced a new pipe! It allows iterating over a Map or an object, and displaying the keys/values in our templates. Note that it orders the keys: first lexicographically if they are both strings then by their value if they are both numbers then by their boolean value if they are both booleans (false before true). And if the keys have different types, they will be cast to strings and then compared.

收录时间: 2018-07-27
分类: Angularjs
贡献者: Rector
1876 热度

Angular 6.1.0-beta.1 发布,Web 前端框架

Angular 6.1.0-beta.1 已发布。主要更新内容如下:Bug 修复:animations: always render end-state styles for orphaned DOM nodes (#24236) (dc4a3d0)bazel: Allow ng_module to depend on targets w no deps (#24446) (282...

收录时间: 2018-06-16
分类: Angularjs
贡献者: Rector
2122 热度

Real-Time Charts using Angular, D3, and Socket.IO

Charts create some of the most catchy sections on any business applications. A chart that updates in real time is even more catchy/useful and adds huge value for users. Here, you will see how t...

收录时间: 2018-06-13
分类: Angularjs
贡献者: Rector
2581 热度

浅谈 Angular 项目实战

为什么使用 Angular我不是 Angular 的布道者,但如今自称 Angular 派,使用 Angular 做项目让我有一种兴奋感。目前的三大主流前端框架都研究过,博客中也有三者的相关教程,最早接触的是 React,但是并没有实际的项目经验,只做过一些 Demo 。使用 Vue 做过一个比较复杂的移动端大数据项目,技术栈采用 Framework7 + Vue + Vuex,整体效果还是满...

收录时间: 2018-06-06
分类: Angularjs
贡献者: Rector
AD 友情赞助
1779 热度

Angular 6的新特性介绍

2018年5月4日,Angular6.0.0版正式发布,新版本主要关注底层框架和工具链,目的在于使其变得更小更快。下面就介绍下新版本的一些主要新特性,供大家参考。ng updateng update 是新增的一个cli命令。通过ng update不仅可以保持正确的版本依赖,而且能保持依赖关系的同步。第三方可以使用原理图提供更新脚本。如果您的某个依赖项提供了一个ng update原理图,那么他们...

收录时间: 2018-05-29
分类: Angularjs
贡献者: Rector
1618 热度

angular6.0更新详解

Angular 6 正式发布 Angular 6 已经正式发布了!这个主要版本并不关注于底层的框架,更多地关注于工具链,以及使 Angular 在未来更容易快速推进。作为发布的一部分,我们同步了主要的框架包  (@angular/core, @angular/common, @angular/compiler, etc),  Angular CLI, 以及 Angular Material...

收录时间: 2018-05-29
分类: Angularjs
贡献者: Rector
2729 热度

Angular Directive 详解

Angular Directive 详解Angular Directive 学习学习目的:为了更好的了解 ng directive 的使用方法。Directive可能是AngularJS中比较复杂的一个东西了。一般我们将其理解成指令。AngularJS自带了不少预设的指令,比如ng-app,ng-controller这些。可以...

收录时间: 2018-05-29
分类: Angularjs
贡献者: Rector