File

src/client/app/modules/core/interfaces/iwindow.ts

Index

Properties
Methods

Methods

alert
alert(msg: string)
Returns : void
confirm
confirm(msg: string)
Returns : void

Properties

location
location: any
Type : any
navigator
navigator: any
Type : any
export interface IWindow {
  navigator: any;
  location: any;
  alert(msg: string): void;
  confirm(msg: string): void;
}

results matching ""

    No results matching ""