Project

General

Profile

« Previous | Next » 

Revision 59305

[use-UoaAdminToolsLibrary | Connect]: Merge trunk into branch.

View differences:

learn-how.component.ts
1 1
import {Component} from '@angular/core';
2
import {ActivatedRoute, Router} from '@angular/router';
3
import {Meta, Title} from '@angular/platform-browser';
4
import {PiwikService} from '../openaireLibrary/utils/piwik/piwik.service';
5
import {EnvProperties} from '../openaireLibrary/utils/properties/env-properties';
6
import {HelperService} from "../openaireLibrary/utils/helper/helper.service";
7
import {SEOService} from "../openaireLibrary/sharedComponents/SEO/SEO.service";
8 2
import {Breadcrumb} from "../openaireLibrary/utils/breadcrumbs/breadcrumbs.component";
9 3

  
10 4
@Component({
......
24 18
})
25 19
export class LearnHowComponent {
26 20
  public pageTitle: string = "OpenAIRE - Connect | Learn How";
27
  public pageDescription: string = "OpenAIRE - Connect, Community Gateway, research community";
21
  public pageDescription: string = "Learn the process: Build a Gateway to your community's open and linked research outcomes. Customized to your needs.";
28 22
  public breadcrumbs: Breadcrumb[] = [{name: 'home', route: '/'}, {name: 'about'}];
29 23
}

Also available in: Unified diff