angular-cn/modules/@angular/compiler
tycho01 3d5bb23184 fix(Compiler): relax childIsRecursive check (#8705)
Fix how the compiler checks for recursive components by also considering
component descendants. Previously, it only checked if the current
component was evaluated previously. This failed in certain cases of
mutually recursive components, causing `createAsync` in tests to not
resolve.

closes [7084](https://github.com/angular/angular/issues/7084)
2016-06-22 07:02:11 -07:00
..
src fix(Compiler): relax childIsRecursive check (#8705) 2016-06-22 07:02:11 -07:00
test refactor(HtmlLexer): simplify the code 2016-06-21 18:03:22 -07:00
testing feat(compiler): make interpolation symbols configurable (`@Component` config) (#9367) 2016-06-20 09:52:41 -07:00
compiler.ts style(lint): re-format modules/@angular 2016-06-09 17:00:15 -07:00
core_private.dart repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
core_private.ts fix(animations): ensure AUTO styles are cleared at the end of the state-change animation 2016-06-11 00:08:41 -07:00
index.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
package.json chore(package.json): make the packages installable 2016-05-27 17:21:34 -07:00
private_export.dart repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
private_export.ts style(lint): re-format modules/@angular 2016-06-09 17:00:15 -07:00
rollup.config.js build: fix source map paths for npm packages 2016-05-03 13:36:33 -06:00
testing.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
tsconfig-es5.json chore(tsickle): add @Annotation annotations 2016-06-16 12:29:46 -07:00
tsconfig-es2015.json chore(tsickle): add @Annotation annotations 2016-06-16 12:29:46 -07:00