File

libs/video-stat-dashboard/src/views-filter/views-filter.component.ts

Metadata

selector views-filter
templateUrl ./views-filter.component.html

Index

Properties

Constructor

constructor(vfs: ViewsFilterService)
Parameters :
Name Type Optional
vfs ViewsFilterService no

Properties

Public vfs
vfs: ViewsFilterService
Type : ViewsFilterService
import { Component } from '@angular/core';

import { ViewsFilterService } from '../services/views-filter.service';

@Component({
  selector: 'views-filter',
  templateUrl: './views-filter.component.html'
})
export class ViewsFilterComponent {

  constructor(public vfs: ViewsFilterService) { }
}
<views-filter-display
[region]="vfs.region | async"
[dateFrom]="vfs.dateFrom | async"
[dateTo]="vfs.dateTo | async"
[age]="vfs.age | async"
(regionChange)="vfs.setRegion($event)"
(dateFromChange)="vfs.setDateFrom($event)"
(dateToChange)="vfs.setDateTo($event)"
(ageToggle)="vfs.toggleAge($event)"
></views-filter-display>
Legend
Html element
Component
Html element with directive

results matching ""

    No results matching ""