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) • 304 B
text/typescript
import { Component, OnInit } from '@angular/core';
({
selector: 'app-sortable-second',
templateUrl: './sortable-second.component.html',
styleUrls: ['./sortable-second.component.css']
})
export class SortableSecondComponent implements OnInit {
constructor() { }
ngOnInit() {
}
}