UNPKG

jqwidgets-scripts-custom

Version:

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

14 lines (9 loc) 316 B
import { NgModule } from '@angular/core'; import { AngularMaterialModule } from '../angular_material.module'; import { HomeComponent } from './home.component'; @NgModule({ declarations: [HomeComponent ], imports: [ AngularMaterialModule ], exports: [HomeComponent ] }) export class HomeModule { }