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