Angular - TypeScript in Angular
Consider this Angular component snippet:
export class MyComponent {
private secret = 'hidden';
public visible = 'shown';
}
Which property can be accessed in the component's template?