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

View File

@ -40,7 +40,9 @@ export class CompilerCache {
}
}
/**
* @exportedAs angular2/template
*/
@Injectable()
export class Compiler {
_reader: DirectiveMetadataReader;