angular/modules/@angular/core/test/linker
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
..
change_detection_integration_spec.ts fix(change_detection): ChangeDetectorRef reattach should restore original mode 2016-06-17 15:00:41 -07:00
dynamic_component_loader_spec.ts style(lint): re-format modules/@angular 2016-06-09 17:00:15 -07:00
integration_dart_spec.dart refactor(chore): Replace all 'bindings' with 'providers' 2016-05-23 13:31:08 -07:00
integration_spec.ts refactor: delete containsRegexp() (there is escapeRegExp() in the lang facade) 2016-06-21 09:15:21 -07:00
ng_container_integration_spec.ts test(ng-container): test nesting ng-containers 2016-06-15 18:13:57 -07:00
projection_integration_spec.ts refactor(ViewBuilder): cleanup 2016-06-14 19:11:30 -07:00
query_integration_spec.ts refactor(ViewBuilder): cleanup 2016-06-14 19:11:30 -07:00
query_list_spec.ts feat(QueryList): support index in callbacks 2016-06-17 08:09:42 -07:00
reflector_component_resolver_spec.ts style(lint): re-format modules/@angular 2016-06-09 17:00:15 -07:00
regression_integration_spec.ts fix(Compiler): relax childIsRecursive check (#8705) 2016-06-22 07:02:11 -07:00
security_integration_spec.ts feat(security): fail more detectably when using a safe value in an interpolation. 2016-06-17 10:00:30 -07:00
view_injector_integration_spec.ts refactor: delete containsRegexp() (there is escapeRegExp() in the lang facade) 2016-06-21 09:15:21 -07:00