File

lib/features/src/reports/meta-store/overview-page/overview-page.component.ts

Metadata

Index

Properties

Constructor

constructor(reportMetaStore: ReportMetaStore)
Parameters :
Name Type Optional
reportMetaStore ReportMetaStore No

Properties

Public filterControl
Type : FormControl
Default value : new FormControl()
Public reportMetaStore
Type : ReportMetaStore
import 	{	
			Component, 
		} 								from '@angular/core'

import	{	FormControl 			}	from '@angular/forms'

import	{	Report					}	from '@rcc/core'

import	{
			debounceTime
		}								from 'rxjs/operators'

import	{
			ReportMetaStore
		}								from '../report-meta-store.service'


@Component({
	selector: 		'rcc-meta-store-page',
	templateUrl: 	'./overview-page.component.html',
	styleUrls: 		['./overview-page.component.scss'],
})
export class ReportMetaStorePage {

	public filterControl 	: FormControl					= new FormControl()

	constructor(
		public reportMetaStore: ReportMetaStore
	) { }

}
<rcc-meta-store-header
	[metaStore] 	= "reportMetaStore"
	[filterControl]	= "filterControl"
>
</rcc-meta-store-header>


<ion-content [fullscreen] = "true">
	
	<rcc-meta-store [metaStore] = "reportMetaStore"></rcc-meta-store>

</ion-content>

./overview-page.component.scss

Legend
Html element
Component
Html element with directive

results matching ""

    No results matching ""