Angular - Components
Identify the error in this Angular component code:
@Component({ selector: 'app-test', template: '{{title}}
' }) export class TestComponent { title; }