smart-webcomponents
Version:
Web Components & Custom Elements for Professional Web Applications
16 lines (12 loc) • 618 B
text/typescript
import { NgModule } from '@angular/core';
import { ButtonComponent } from './smart.button';
import { CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
import { RepeatButtonComponent } from './smart.repeatbutton';
import { ToggleButtonComponent } from './smart.togglebutton';
import { PowerButtonComponent } from './smart.powerbutton';
export class ButtonModule { }