Skip to content

Commit

Permalink
fix(ct): angular unused file
Browse files Browse the repository at this point in the history
  • Loading branch information
sand4rt committed May 15, 2024
1 parent 7f4626a commit a018a27
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ import { Component, EventEmitter, Input, Output } from '@angular/core';
@Component({
standalone: true,
selector: 'app-button',
template: `
<button (click)="submit.emit('hello')">{{title}}</button>
`
templateUrl: './button.component.html',
})
export class ButtonComponent {
@Input({required: true}) title!: string;
Expand Down

0 comments on commit a018a27

Please sign in to comment.