angular/modules/@angular/core/test/linker
Miško Hevery b96869afd2 refactor(Type): merge Type and ConcreType<?> into Type<?> (#10616)
Closes #9729

BREAKING CHANGE:

`Type` is now `Type<T>` which means that in most cases you have to
use `Type<any>` in place of `Type`.

We don't expect that any user applications use the `Type` type.
2016-08-10 18:21:28 -07:00
..
change_detection_integration_spec.ts refactor(Type): merge Type and ConcreType<?> into Type<?> (#10616) 2016-08-10 18:21:28 -07:00
dynamic_component_loader_spec.ts refactor(Type): merge Type and ConcreType<?> into Type<?> (#10616) 2016-08-10 18:21:28 -07:00
entry_components_integration_spec.ts chore(facade): remove most facade/async functions 2016-08-05 12:26:28 -07:00
integration_spec.ts fix(linker): prevent pollution of empty embeddedView context (#10548) 2016-08-08 09:11:35 -07:00
ng_container_integration_spec.ts chore(facade): remove most facade/async functions 2016-08-05 12:26:28 -07:00
ng_module_integration_spec.ts refactor(Type): merge Type and ConcreType<?> into Type<?> (#10616) 2016-08-10 18:21:28 -07:00
projection_integration_spec.ts chore(facade): remove most facade/async functions 2016-08-05 12:26:28 -07:00
query_integration_spec.ts chore(facade): remove most facade/async functions 2016-08-05 12:26:28 -07:00
query_list_spec.ts chore(facade): remove most facade/async functions 2016-08-05 12:26:28 -07:00
regression_integration_spec.ts chore(facade): remove most facade/async functions 2016-08-05 12:26:28 -07:00
security_integration_spec.ts chore(facade): remove most facade/async functions 2016-08-05 12:26:28 -07:00
view_injector_integration_spec.ts refactor(Type): merge Type and ConcreType<?> into Type<?> (#10616) 2016-08-10 18:21:28 -07:00