NetanelBasal
1/28/2017 - 7:44 PM

app.comments.component.ts

@Component({
  selector: 'my-app',
  template: `
   <comments [comments]="postComments"></comments>
  `,
})
export class App {
  postComments = comments
}