UNPKG

ohayolibs

Version:

Ohayo is a set of essential modules for ohayojp.

11 lines (9 loc) 314 B
import { Component, ViewEncapsulation } from '@angular/core'; import { ControlWidget } from '../../widget'; @Component({ selector: 'sf-boolean', templateUrl: './boolean.widget.html', preserveWhitespaces: false, encapsulation: ViewEncapsulation.None, }) export class BooleanWidget extends ControlWidget {}