Hierarchy (view full)

Implements

  • AfterViewInit

Constructors

Properties

_i18n: BugReportTranslations = defaultTranslations
_profile?: {
    email?: string;
    name?: string;
} = {}
action: Subject<unknown> = ...
activeModal: NgbActiveModal
bgdescr: string = ''
bugsent: boolean = false
data: any = undefined
editor?: NgxJoditComponent
joditOptions: Partial<Config & Config> = ...
pkgText: string = ''
profileChange: EventEmitter<{
    email?: string;
    name?: string;
}> = ...
screenshots: {
    blob: Blob;
    previewURL: string;
}[] = []
send: EventEmitter<{
    email?: string;
    message: string;
    name?: string;
    screenshots: any[];
    sendProtocol: boolean;
}> = ...
sendProObj: boolean = true
sendStatus:
    | "error"
    | "success"
    | "pending"
    | "sending" = 'pending'
showSenderFields: boolean = true
subscriptionManager: SubscriptionManager<Subscription> = ...
visible: boolean = false
options: NgbModalOptions = ...

Accessors

Methods