Angular - TypeScript in Angular
Identify the error in this Angular component code:
export class DemoComponent {
private title = 'Hello';
}
// In template:
// <h1>{{ title }}</h1>