smart-webcomponents
Version:
Web Components & Custom Elements for Professional Web Applications
17 lines (13 loc) • 730 B
text/typescript
import { NgModule } from '@angular/core';
import { LayoutComponent } from './smart.layout';
import { CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
import { LayoutItemComponent } from './smart.layoutitem';
import { LayoutGroupComponent } from './smart.layoutgroup';
import { TabLayoutItemComponent } from './smart.tablayoutitem';
import { TabLayoutGroupComponent } from './smart.tablayoutgroup';
export class LayoutModule { }