From b58c69a1edcf63b6339576b5b431dbf7dea2c625 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 4 Nov 2016 17:25:26 +0100 Subject: Client: add titles to all pages --- client/src/app/account/account.routes.ts | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'client/src/app/account/account.routes.ts') diff --git a/client/src/app/account/account.routes.ts b/client/src/app/account/account.routes.ts index e348c6ebe..c382a6deb 100644 --- a/client/src/app/account/account.routes.ts +++ b/client/src/app/account/account.routes.ts @@ -1,5 +1,13 @@ import { AccountComponent } from './account.component'; export const AccountRoutes = [ - { path: 'account', component: AccountComponent } + { + path: 'account', + component: AccountComponent, + data: { + meta: { + titleSuffix: ' - My account' + } + } + } ]; -- cgit v1.2.3