di-controls
Version:
<!-- PROJECT LOGO -->
34 lines (30 loc) • 1.46 kB
JavaScript
import * as i0 from '@angular/core';
import { forwardRef, Directive } from '@angular/core';
import { provideHostControl } from 'di-controls/tokens';
import { DIControl } from 'di-controls/controls';
class DIControlSilencerDirective extends DIControl {
constructor() {
super();
}
registerControl() {
// do nothing
}
unregisterControl() {
// do nothing
}
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DIControlSilencerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.0.5", type: DIControlSilencerDirective, isStandalone: true, selector: "[diControlSilencer]", providers: [provideHostControl(forwardRef(() => DIControlSilencerDirective))], usesInheritance: true, ngImport: i0 });
}
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: DIControlSilencerDirective, decorators: [{
type: Directive,
args: [{
selector: '[diControlSilencer]',
standalone: true,
providers: [provideHostControl(forwardRef(() => DIControlSilencerDirective))],
}]
}], ctorParameters: () => [] });
/**
* Generated bundle index. Do not edit.
*/
export { DIControlSilencerDirective };
//# sourceMappingURL=di-controls-directives.mjs.map