smart-webcomponents
Version:
Web Components & Custom Elements for Professional Web Applications
15 lines (11 loc) • 496 B
text/typescript
import { NgModule } from '@angular/core';
import { TreeComponent } from './smart.tree';
import { CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
import { TreeItemComponent } from './smart.treeitem';
import { TreeItemsGroupComponent } from './smart.treeitemsgroup';
export class TreeModule { }