mirror of
https://github.com/mxpv/podsync.git
synced 2024-05-11 05:55:04 +00:00
Fix title
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { Component } from '@angular/core';
|
||||
import {Title} from '@angular/platform-browser';
|
||||
|
||||
@Component({
|
||||
selector: 'app-root',
|
||||
@@ -6,4 +7,7 @@ import { Component } from '@angular/core';
|
||||
styleUrls: ['./app.component.scss']
|
||||
})
|
||||
export class AppComponent {
|
||||
constructor(private titleService: Title) {
|
||||
titleService.setTitle('Podsync - Turn YouTube channels into podcast feeds');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user