Angular - Standalone Components
Identify the error in this Angular standalone component declaration:
@Component({ selector: 'app-sample', template: '<p>Sample</p>' }) export class SampleComponent {}