Project

General

Profile

« Previous | Next » 

Revision 58825

Working on the new version of the oso. Work on the home page almost done

View differences:

footer.component.ts
1
import { Component, DoCheck, OnInit, ViewEncapsulation } from '@angular/core';
1
import { Component } from '@angular/core';
2 2

  
3 3
@Component({
4 4
  selector: 'app-footer',
5 5
  templateUrl: './footer.component.html',
6
  // styleUrls: ['./footer.component.css'],
7
  encapsulation: ViewEncapsulation.None
8 6
})
9 7

  
10 8
export class FooterComponent {

Also available in: Unified diff