(
private meta: Meta,
private titleService: Title
)
| 21 | title = 'Minecraft Mod Updater'; |
| 22 | |
| 23 | constructor( |
| 24 | private meta: Meta, |
| 25 | private titleService: Title |
| 26 | ) {} |
| 27 | |
| 28 | ngOnInit() { |
| 29 | this.titleService.setTitle(this.title); |
nothing calls this directly
no outgoing calls
no test coverage detected