Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ReportsList

Implements a list of reports to be used in navigation component to route to report Dashboards.

class

ReportsList

implements

OnInit

implements

OnDestroy

export
component

Hierarchy

  • ReportsList

Implements

  • OnInit
  • OnDestroy

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

Properties

Private _reportService

_reportService: ReportsListService

An instance of the ReportsListService to provide the data.

Private _reports

_reports: Array<Report>

Private _subscription

_subscription: Subscription

Accessors

Reports

  • get Reports(): Array<Report>

Methods

ngOnDestroy

  • ngOnDestroy(): void
  • Frees up resources on component destruction. Part of the ng component lifecycle.

    memberof

    ReportsList

    method

    Returns void

ngOnInit

  • ngOnInit(): void

Generated using TypeDoc