File

src/app/footer/footer.component.ts

Metadata

selector app-footer
styleUrls footer.component.scss
templateUrl footer.component.html

Constructor

constructor(courseService: ClassService)

Properties

courseService
courseService: ClassService
currentYear
currentYear: any
import { Component } from '@angular/core';
import { ClassService } from '../services/classes/class.service';

@Component({
  selector: 'app-footer',
  templateUrl: './footer.component.html',
  styleUrls: ['./footer.component.scss']
})
export class FooterComponent {
  currentYear: any = new Date().getFullYear()

  constructor(
    public courseService: ClassService
  ) { }

}

results matching ""

    No results matching ""