angular-cn/modules/@angular/core/testing
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
..
async.ts fix: public api surface fixes + stability markers 2016-06-28 07:39:40 -07:00
async_test_completer.ts chore(facade): remove most facade/async functions 2016-08-05 12:26:28 -07:00
component_fixture.ts chore(facade): remove most facade/async functions 2016-08-05 12:26:28 -07:00
fake_async.ts fix(fake_async): share zone between `beforeEach` and `it` 2016-08-02 11:23:26 -07:00
lang_utils.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
logger.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
metadata_override.ts refactor(testing): introduce new testing api to support ng modules 2016-07-29 04:47:18 -07:00
mock_animation_player.ts refactor(animations): move MockAnimationPlayer back into core (#9966) 2016-07-11 10:55:47 -07:00
mock_application_ref.ts refactor(Type): merge Type and ConcreType<?> into Type<?> (#10616) 2016-08-10 18:21:28 -07:00
ng_zone_mock.ts chore(facade): remove most facade/async functions 2016-08-05 12:26:28 -07:00
test_bed.ts refactor(Type): merge Type and ConcreType<?> into Type<?> (#10616) 2016-08-10 18:21:28 -07:00
test_compiler.ts refactor(Type): merge Type and ConcreType<?> into Type<?> (#10616) 2016-08-10 18:21:28 -07:00
test_component_builder.ts refactor(Type): merge Type and ConcreType<?> into Type<?> (#10616) 2016-08-10 18:21:28 -07:00
testing.ts fix(fake_async): share zone between `beforeEach` and `it` 2016-08-02 11:23:26 -07:00
testing_internal.ts refactor(testing): introduce new testing api to support ng modules 2016-07-29 04:47:18 -07:00