evaristoc / fCC_R3

freeCodeCamp Resources' Ranking and Reviews
2 stars 2 forks source link

Limit the number of words in the list of platforms #13

Closed evaristoc closed 7 years ago

evaristoc commented 7 years ago

The current format is nice but some descriptions are too long. A limit to the number of words could be better.

Bigghead commented 7 years ago

A custom pipe could work for this, maybe?

https://github.com/Bigghead/Netflix-Clone-2.0/blob/master/client/src/app/Pipes/truncate-string.pipe.ts

Then in your HTML, {{ reallyLongDescription | truncate }}

evaristoc commented 7 years ago

Excellent idea, @Bigghead !!! Didn't cross my mind to be honest. Shame of me.

I can do it, but I will be more than honored to count on your contribution? (Note: your work is EXCELLENT!).

Or I will simply hack your solution... In any case, Big Thanks!

evaristoc commented 7 years ago

Thanks again, @Bigghead. Done.