UNPKG

jqwidgets-framework

Version:

jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.

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