Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • DevicePageComponent

Implements

  • OnInit

Index

Constructors

constructor

  • new DevicePageComponent(api: ApiService, route: ActivatedRoute, router: Router, titleService: Title, metaTagService: Meta): DevicePageComponent

Properties

BandFilterSelection

BandFilterSelection: string

CombolistSelection

CombolistSelection: string

combolistName

combolistName: string

combolists

combolists: Combolist[]

comboloaded

comboloaded: boolean = false

combos

combos: Combos

device

device: Device

deviceName

deviceName: string

deviceloaded

deviceloaded: boolean = false

error

error: string

fanarrowdown

fanarrowdown: IconDefinition = ...

fanarrowup

fanarrowup: IconDefinition = ...

faquestioncircle

faquestioncircle: IconDefinition = ...

filteredCombos

filteredCombos: Combo[]

name

name: string

searchDLCA

searchDLCA: string = ''

searchDLMIMO

searchDLMIMO: string = ''

searchULBand

searchULBand: string = ''

sort

sort: Sort = ...

title

title: string

Accessors

isBrowser

  • get isBrowser(): boolean

Methods

changeCombolist

  • changeCombolist(combolistName: any): void

compare

  • compare(a: string | number, b: string | number, isAsc: boolean): number

compareBands

  • compareBands(a: string, b: string): number

compareCombos

  • compareCombos(a: string, b: string, isAsc: boolean): number

getDeviceCombolist

  • getDeviceCombolist(): void

getDeviceCombos

  • getDeviceCombos(): void

getDeviceCombosCombolist

  • getDeviceCombosCombolist(): void

getDeviceSpecs

  • getDeviceSpecs(): void

getFilteredCombos

  • getFilteredCombos(): Combo[]

ngOnInit

  • ngOnInit(): void

sortData

  • sortData(sort: Sort): void

toggleSort

  • toggleSort(id: string): void

updateFilteredCombos

  • updateFilteredCombos(): void

Generated using TypeDoc