UNPKG

jqwidgets-scripts-custom

Version:

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

16 lines (11 loc) 300 B
import { Component, OnInit } from '@angular/core'; @Component({ selector: 'app-sortable-third', templateUrl: './sortable-third.component.html', styleUrls: ['./sortable-third.component.css'] }) export class SortableThirdComponent implements OnInit { constructor() { } ngOnInit() { } }