UNPKG

jqwidgets-framework

Version:

jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, 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-first', templateUrl: './sortable-first.component.html', styleUrls: ['./sortable-first.component.css'] }) export class SortableFirstComponent implements OnInit { constructor() { } ngOnInit() { } }