I want to align particular column title to right in ng2-smart table
:host /deep/ ng2-smart-table thead th{ text-align: right;
}
I am u