Project

General

Profile

« Previous | Next » 

Revision 50167

A first draft for the portal to use openaire library

View differences:

app.component.ts
1 1
import { Component, Directive, ElementRef, Renderer, ChangeDetectionStrategy, ViewEncapsulation } from '@angular/core';
2
import { ConfigurationService } from './utils/configuration/configuration.service';
3 2
import {Observable}       from 'rxjs/Observable';
4 3

  
5 4
@Component({
......
10 9
  `],
11 10
  template: `
12 11
        <navbar></navbar>
13

  
14

  
15

  
16
          <!--div id="tm-main" class=" uk-section  uk-margin-large-top tm-middle custom-main-content"   >
17
                <div uk-grid uk-grid>
18
                   <div class="tm-main uk-width-1-1@s uk-width-1-1@m  uk-width-1-1@l uk-row-first "-->
19 12
                   <div class="custom-main-content"   >
20 13
                      <main>
21 14
                       <router-outlet></router-outlet>
22

  
23 15
                     </main>
24 16
                    </div>
25
                   <!--/div>
26

  
27

  
28
                </div>
29
          </div-->
30 17
          <feedback *ngIf= "isClient"></feedback>
31 18
          <cookie-law *ngIf= "isClient" position="bottom">
32 19
              OpenAIRE uses cookies in order to function properly.<br>
......
42 29
})
43 30
export class AppComponent {
44 31
   isClient:boolean = false;
45
   constructor(private config: ConfigurationService) {}
32
   constructor( ) {}
46 33

  
47 34
   ngOnInit() {
48 35

  

Also available in: Unified diff