UNPKG

@nebular/theme

Version:
30 lines 890 B
/** * @license * Copyright Akveo. All Rights Reserved. * Licensed under the MIT License. See License.txt in the project root for license information. */ import { __decorate } from "tslib"; import { Injectable } from '@angular/core'; /* * Class used as injection token to provide form element. **/ let NbFormFieldControl = class NbFormFieldControl { }; NbFormFieldControl = __decorate([ Injectable() ], NbFormFieldControl); export { NbFormFieldControl }; /* * Optional config to be provided on NbFormFieldControl to alter default settings. **/ let NbFormFieldControlConfig = class NbFormFieldControlConfig { constructor() { this.supportsPrefix = true; this.supportsSuffix = true; } }; NbFormFieldControlConfig = __decorate([ Injectable() ], NbFormFieldControlConfig); export { NbFormFieldControlConfig }; //# sourceMappingURL=form-field-control.js.map