内容简介:Angular 5.0.2 和 5.1.0 beta1 已发布,修复了以下 bug : animations: ensure final state() styles are applied within @.disabled animations compiler: fix corner cases in shadow CSS compiler: rec...
Angular 5.0.2 和 5.1.0 beta1 已发布,修复了以下 bug :
animations: ensure final state() styles are applied within @.disabled animations
compiler: fix corner cases in shadow CSS
compiler: recognize @NgModule with a redundant
compiler: show explanatory text in template errors
router: 'merge' queryParamHandling strategy should be able to remove query params
Angular 5.1.0 beta1 还包含以下更新:
animations: always fire inner trigger callbacks even if blocked by parent animations
bazel: adjust mock of tsconfig for ng_module rule unit test
core: ensure init lifecycle events are called
language-service: pass compilerOptions.paths to ReflectorHost
Update test code to type-check under TS 2.5
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
XSS跨站脚本攻击剖析与防御
邱永华 / 人民邮电出版社 / 2013-9-1 / 49.00元
《XSS跨站脚本攻击剖析与防御》是一本专门剖析XSS安全的专业书,总共8章,主要包括的内容如下。第1章 XSS初探,主要阐述了XSS的基础知识,包括XSS的攻击原理和危害。第2章 XSS利用方式,就当前比较流行的XSS利用方式做了深入的剖析,这些攻击往往基于客户端,从挂马、窃取Cookies、会话劫持到钓鱼欺骗,各种攻击都不容忽视。第3章 XSS测试和利用工具,介绍了一些常见的XSS测试工具。第4......一起来看看 《XSS跨站脚本攻击剖析与防御》 这本书的介绍吧!