Options
All
  • Public
  • Public/Protected
  • All
Menu

Class InternshipsViewComponent

Hierarchy

  • InternshipsViewComponent

Implements

  • OnInit

Index

Constructors

constructor

Properties

columns

columns: Array<Column<Internship>> = [{ name: 'Dictionary.Company', prop: 'company.name' },{ name: 'Dictionary.StartDate', prop: 'startDate', cellClass: 'text-center', pipe: this.datePipe },{ name: 'Dictionary.EndDate', prop: 'endDate', cellClass: 'text-center', pipe: this.datePipe },{ name: 'Dictionary.Title', prop: 'title' },{ name: 'Dictionary.TotalHours', prop: 'totalHours' }]

Private datePipe

datePipe: DatePipe

Private internshipsService

internshipsService: InternshipsService

Private router

router: Router

rows

rows: Array<Internship> = null

table

table: GridComponent<Internship>

Methods

ngOnInit

  • ngOnInit(): void

Generated using TypeDoc