Angular - Standalone Components
Identify the error in this standalone component declaration:
@Component({
selector: 'app-sample',
standalone: true,
templateUrl: './sample.component.html'
})
export class SampleComponent {}