We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7714d6a commit e2f5d87Copy full SHA for e2f5d87
modules/angular2/src/core/services.ts
@@ -1,3 +1,4 @@
1
// Public API for Services
2
export {AppRootUrl} from 'angular2/src/core/services/app_root_url';
3
export {UrlResolver} from 'angular2/src/core/services/url_resolver';
4
+export {Title} from 'angular2/src/core/services/title';
modules/angular2/test/public_api_spec.ts
@@ -973,6 +973,9 @@ var NG_API = [
973
'TemplateRef.hasLocal()',
974
'TemplateRef.protoViewRef',
975
'Type:js',
976
+ 'Title',
977
+ 'Title.getTitle()',
978
+ 'Title.setTitle()',
979
'TypeLiteral',
980
'TypeLiteral.type',
981
'UpperCasePipe',
0 commit comments