内容简介:Angular 6.1.8 和 7.0.0-beta.6 发布了,Angular 是一款十分流行且好用的 Web 前端框架,目前由 Google 维护。 更新内容如下 7.0.0-beta.6 (2018-09-19) Bug 修复 bazel: specify the package and lock files us...
Angular 6.1.8 和 7.0.0-beta.6 发布了,Angular 是一款十分流行且好用的 Web 前端框架,目前由 Google 维护。
更新内容如下
7.0.0-beta.6 (2018-09-19)
Bug 修复
bazel: specify the package and lock files using the workspace (#25694) (ddc1335)
common: register locale data for all equivalent closure locales (#25867) (d83f9d4)
compiler: Fix look up of entryComponents in AOT Summaries (#24892) (00d3666)
ivy: add @nocollapse when writing closure-annotated code (#25775) (a0c4b2d)
ivy: don't accidently read the inherited definition (#25736) (d5bd86a), closes #24011 #25026
ivy: ensure Ivy *Ref classes derive from view engine equivalents (#25775) (a9099e8)
ivy: events should not mark views dirty by default (#25969) (5653874)
ivy: ngcc should compile entry-points in the correct order (#25862) (9b1bb37)
ivy: use proper sanitizer names (#25817) (21009b0), closes #25816
router: mount correct component if router outlet was not instantiated and if using a route reuse strategy (#25313) (#25314) (8dc2b11)
功能特性
bazel: add additional parameters to
ts_api_guardian_test
def (#25694) (2a21ca0)ivy: allow combined context discovery for components, directives and elements (#25754) (62be8c2)
ivy: resolve references to vars in .d.ts files (#25775) (96d6b79)
ivy: support animation @triggers in templates (#25849) (e363388)
详细更新请查看 https://github.com/angular/angular/blob/master/CHANGELOG.md
源码下载 https://github.com/angular/angular/releases
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上所述就是小编给大家介绍的《Angular 6.1.8 和 7.0.0-beta.6 发布,Web 前端框架》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
C程序设计题解与上机指导
谭浩强 / 清华大学 / 2000-9-1 / 19.50元
《C程序设计题解与上机指导(第2版)》是和谭浩强编著的《C程序设计》(第二版)(清华大学出版社1999年出版)配合使用的参考书,内容包括:(1)《程序设计》(第二版)一书的习题和参考解答,包括了该书各章的全部习题,共约150题,对全部编程题都给出了参考解答;(2)上机指南,详细介绍了在当前广泛使用的Turbo C集成环境下编辑、编译、调试和运行程序的方法,并简要介绍了Borland C++的使用方......一起来看看 《C程序设计题解与上机指导》 这本书的介绍吧!