UNPKG

smart-webcomponents

Version:

Web Components & Custom Elements for Professional Web Applications

11 lines (8 loc) 218 B
import { NgModule } from '@angular/core'; import { CUSTOM_ELEMENTS_SCHEMA } from '@angular/core'; @NgModule({ declarations: [], schemas: [CUSTOM_ELEMENTS_SCHEMA], exports: [] }) export class ElementModule { }