added page titles

This commit is contained in:
Fran Jurmanović
2021-06-06 12:50:59 +02:00
parent a0122cc59a
commit 17551385a1
14 changed files with 78 additions and 20 deletions

View File

@@ -8,7 +8,9 @@ import { BasePageElement } from "common/";
class HomePageElement extends BasePageElement {
private pingService: PingService;
constructor() {
super();
super({
title: "Home",
});
}
elementConnected = (): void => {