Add note about non-obvious usage

This commit is contained in:
kiswa 2016-09-29 23:36:08 +00:00
parent 5005e7d5ad
commit 9900e7233c

View File

@ -16,6 +16,8 @@ import {
})
export class Settings {
constructor(private settings: SettingsService, private title: Title) {
// SettingsService is loaded here so the same instance is available
// to all child components.
title.setTitle('TaskBoard - Settings');
}
}