how to limit number of characters angular 2 code example Example: angular limit string length {{ (str.length>6)? (str | slice:0:6)+'..':(str) }}