I am getting column data using @Input() like this
@Input() columns: any;
I checked in ngOnInit() also by consoling, it getting the data also.