UNPKG

jqwidgets-scripts-custom

Version:

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

12 lines (8 loc) 238 B
import { NgModule } from '@angular/core'; import { ChildrenComponent } from './test.component'; @NgModule({ declarations: [ChildrenComponent], imports: [], exports: [ChildrenComponent] }) export class ChildrenModule { }