docs: expose more API to public, document QueryList

This commit is contained in:
Misko Hevery
2015-04-14 23:26:49 +00:00
parent f149ae79c6
commit e819e97f9a
11 changed files with 160 additions and 14 deletions

11
modules/angular2/test.js vendored Normal file
View File

@ -0,0 +1,11 @@
/**
* @module
* @public
* @description
* This module is used for writing tests for applications written in Angular.
*
* This module is not included in the `angular2` module; you must import the test module explicitly.
*
*/
export * from './src/test_lib/test_bed';
export * from './src/test_lib/test_injector';