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) 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 { }