fix(services): export title service

Signed-off-by: cexbrayat <cedric@ninja-squad.com>

Closes #4271
This commit is contained in:
cexbrayat 2015-09-19 11:54:29 +02:00 committed by Cédric Exbrayat
parent 7714d6a6eb
commit e2f5d87ff7
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,4 @@
// Public API for Services
export {AppRootUrl} from 'angular2/src/core/services/app_root_url';
export {UrlResolver} from 'angular2/src/core/services/url_resolver';
export {Title} from 'angular2/src/core/services/title';

View File

@ -973,6 +973,9 @@ var NG_API = [
'TemplateRef.hasLocal()',
'TemplateRef.protoViewRef',
'Type:js',
'Title',
'Title.getTitle()',
'Title.setTitle()',
'TypeLiteral',
'TypeLiteral.type',
'UpperCasePipe',