UNPKG

jqwidgets-framework

Version:

jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.

8 lines (6 loc) 228 B
import { Injectable } from '@angular/core'; import { jqxSplitterComponent } from 'jqwidgets-scripts/jqwidgets-ts/angular_jqxsplitter'; @Injectable() export class SharedService { mainSplitter: jqxSplitterComponent; }