UNPKG

jqwidgets-scripts-custom

Version:

jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.

23 lines (18 loc) 499 B
import { Component, ViewChild, ViewEncapsulation } from '@angular/core'; import { jqxTooltipComponent } from 'jqwidgets-scripts/jqwidgets-ts/angular_jqxtooltip'; @Component({ selector: 'app-root', templateUrl: './app.component.html', styles: [` jqxTooltip { margin: 8px; } jqxTooltip div { width: 110px; height: 162px; } `], encapsulation: ViewEncapsulation.None }) export class AppComponent { }