jqwidgets-scripts-custom
Version:
jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.
14 lines (11 loc) • 338 B
text/typescript
import { Component } from '@angular/core';
// import { GridFoodComponent } from './innerComponents/dashboardComponent/app.component';
@Component({
selector: 'dashboard',
templateUrl: './approuter.component.html'
})
export class DashboardComponent {
constructor() {
console.error('DashboardComponent loaded!');
}
}