UNPKG

@memberjunction/ng-ai-test-harness

Version:

MemberJunction AI Test Harness - A reusable component for testing AI agents and prompts with beautiful UX

19 lines 994 B
import { Injectable } from '@angular/core'; import * as i0 from "@angular/core"; /** * @deprecated Use TestHarnessWindowManagerService instead. * This service previously used Kendo WindowService to open test harness windows. * It is retained only because the TestResult interface is exported from here * and consumed by other services. */ export class TestHarnessWindowService { static { this.ɵfac = function TestHarnessWindowService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || TestHarnessWindowService)(); }; } static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: TestHarnessWindowService, factory: TestHarnessWindowService.ɵfac, providedIn: 'root' }); } } (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TestHarnessWindowService, [{ type: Injectable, args: [{ providedIn: 'root' }] }], null, null); })(); //# sourceMappingURL=test-harness-window.service.js.map