发布于 2018-01-25 08:25:53 | 296 次阅读 | 评论: 0 | 来源: 网友投递
这里有新鲜出炉的AngularJS Tutorial中文版,程序狗速度看过来!
AngularJS 前端JS框架
AngularJS诞生于Google是一款优秀的前端JS框架,已经被用于Google的多款产品当中。AngularJS有着诸多特性,最为核心的是:MVC、模块化、自动化双向数据绑定、语义化标签、依赖注入,等等。
Angular 6.0.0 beta1 版本已发布,主要是修复 bug 新增了一些特性。同时发布的还有 Angular 5.2.2,这是一个维护版本,修复了一些 bug 。
Bug 修复
common: A null value should remove the style on IE
avoid triggering a cli bug
common: don't remove special characters when extracting CLDR data
common: extract plural function from i18n locale data files for TS 2.6
common: fallback to last defined value for named date and time formats
compiler: add support for marker tags in xliff serializers
compiler: Don't strip /*# sourceURL ... */
compiler: fix ICU select messages to use male/female/other
compiler-cli: do not fold errors past calls in the collector
compiler-cli: do not lower expressions in non-modules
router: don't use ParamsInheritanceStrategy in declarations
特性
compiler: implement "enableIvy" compiler option
core: optional generic type for ElementRef
Bug 修复
common: A null value should remove the style on IE
common: don't remove special characters when extracting CLDR data
common: extract plural function from i18n locale data files for TS 2.6
common: fallback to last defined value for named date and time formats
compiler: add support for marker tags in xliff serializers
compiler: Don't strip /*# sourceURL ... */
compiler: fix ICU select messages to use male/female/other
compiler-cli: do not fold errors past calls in the collector
compiler-cli: do not lower expressions in non-modules
router: don't use ParamsInheritanceStrategy in declarations