fix(services): export title service
Signed-off-by: cexbrayat <cedric@ninja-squad.com> Closes #4271
This commit is contained in:
parent
7714d6a6eb
commit
e2f5d87ff7
|
@ -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';
|
||||
|
|
|
@ -973,6 +973,9 @@ var NG_API = [
|
|||
'TemplateRef.hasLocal()',
|
||||
'TemplateRef.protoViewRef',
|
||||
'Type:js',
|
||||
'Title',
|
||||
'Title.getTitle()',
|
||||
'Title.setTitle()',
|
||||
'TypeLiteral',
|
||||
'TypeLiteral.type',
|
||||
'UpperCasePipe',
|
||||
|
|
Loading…
Reference in New Issue