docs(type): Export Type so that we can link to it in our docs.
Closes #3345
This commit is contained in:
@ -5,6 +5,7 @@
|
||||
*/
|
||||
export {appComponentTypeToken} from 'angular2/src/core/application_tokens';
|
||||
export {ApplicationRef} from 'angular2/src/core/application_common';
|
||||
export {Type} from 'angular2/src/facade/lang';
|
||||
|
||||
|
||||
// Compiler Related Dependencies.
|
||||
|
Reference in New Issue
Block a user