Angular - Templates and Data Binding
Consider this component code:
export class AppComponent { items = [1, 2, 3]; }Which interpolation expression correctly displays the length of the items array?