UNPKG

carbon-custom-elements

Version:

A Carbon Design System variant that's as easy to use as native HTML elements, with no framework tax, no framework silo.

27 lines (26 loc) 1.01 kB
/** * @fileoverview added by tsickle * Generated from: index.ts * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc */ /** * @license * * Copyright IBM Corp. 2019 * * This source code is licensed under the Apache-2.0 license found in the * LICENSE file in the root directory of this source tree. */ import { NgModule } from '@angular/core'; import { BXCheckboxDirective } from './checkbox'; import { BXInputDirective } from './input'; import { BXSliderDirective } from './slider'; import { BXToggleDirective } from './toggle'; export class BXFormAccessorsModule { } // eslint-disable-line import/prefer-default-export BXFormAccessorsModule.decorators = [ { type: NgModule, args: [{ declarations: [BXCheckboxDirective, BXInputDirective, BXSliderDirective, BXToggleDirective], exports: [BXCheckboxDirective, BXInputDirective, BXSliderDirective, BXToggleDirective], },] }, ];