circletone.mjs 1.4 KB

12345678910111213141516171819202122232425262728293031
  1. import * as i0 from '@angular/core';
  2. import { Component, ChangeDetectionStrategy, Input } from '@angular/core';
  3. class ButtonComponent {
  4. constructor() {
  5. this.text = '';
  6. this.type = 'default';
  7. }
  8. static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
  9. static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: ButtonComponent, isStandalone: true, selector: "ct-button", inputs: { text: "text", type: "type" }, ngImport: i0, template: "<button class=\"p-4\">{{ text }}</button>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
  10. }
  11. i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ButtonComponent, decorators: [{
  12. type: Component,
  13. args: [{ selector: 'ct-button', standalone: true, imports: [], changeDetection: ChangeDetectionStrategy.OnPush, template: "<button class=\"p-4\">{{ text }}</button>\n" }]
  14. }], propDecorators: { text: [{
  15. type: Input,
  16. args: [{ required: true }]
  17. }], type: [{
  18. type: Input
  19. }] } });
  20. /*
  21. * Public API Surface of circletone
  22. */
  23. /**
  24. * Generated bundle index. Do not edit.
  25. */
  26. export { ButtonComponent };
  27. //# sourceMappingURL=circletone.mjs.map