File

packages/ui/src/lib/utility/focus/focus.interface.ts

Index

Properties
Methods

Methods

ngAfterViewInit
ngAfterViewInit()
Returns : any

Properties

focusEvent
focusEvent: EventEmitter<boolean>
Type : EventEmitter<boolean>
import { EventEmitter } from '@angular/core';

export interface Focus {
  focusEvent: EventEmitter<boolean>;

  ngAfterViewInit();
}

result-matching ""

    No results matching ""