Octra libraries - v2.0.0
    Preparing search index...

    Hierarchy (View Summary)

    Implements

    • AfterViewInit
    Index

    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: JoditConfig = ...
    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

    • Protected

      subscribes an observable that is internally added to the subscription manager and destroyed automatically on ngDestroy

      Type Parameters

      • R
      • E

      Parameters

      • observable: Observable<R>
      • OptionalobserverOrNext: Partial<Observer<R>> | ((value: R) => void)
      • Optionaltag: string

      Returns number