angular-docs-cn/modules
Connor Wyatt c143fee849 refactor(routerLinkActive): optimised routerLinkActive active check code (#11968)
Modify routerLinkActive to optimise performance by removing unnecessary iteration. By replacing Array.reduce with Array.some, the loop will break when it finds an active link. Useful if used on the parent of a large group of routerLinks. Furthermore, if a RouterLink is active it will not check the RouterLinkWithHrefs.
2016-09-30 09:42:54 -07:00
..
@angular refactor(routerLinkActive): optimised routerLinkActive active check code (#11968) 2016-09-30 09:42:54 -07:00
angular1_router fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
benchmarks benchmarks: add ng2_ftl and ng2_switch_ftl benchmarks (#11963) 2016-09-30 09:09:31 -07:00
benchmarks_external chore: remove obsolete dart related files 2016-09-02 15:58:46 -07:00
e2e_util benchmarks: add ng2_ftl and ng2_switch_ftl benchmarks (#11963) 2016-09-30 09:09:31 -07:00
payload_tests/hello_world/ts refactor(core): remove deprecated 'bootstrap' (#10831) 2016-08-16 11:15:01 -07:00
playground chore(lint): remove unused imports (#11923) 2016-09-27 17:12:25 -07:00
rollup-test build(npm): update to rxjs@5.0.0-beta.12 2016-09-12 12:05:00 -07:00
empty.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
es6-subset.d.ts chore(typings): restrict Angular to es5+collections+promise 2016-06-27 13:58:59 -07:00
system.d.ts fix(build): Remove duplicate System declarations (#10713) 2016-08-11 19:37:01 -07:00
tsconfig.json build(examples): include in main `tsconfig.json` 2016-09-14 11:29:31 -07:00
types.d.ts fix(build): Remove duplicate System declarations (#10713) 2016-08-11 19:37:01 -07:00