DEV Community

Discussion on: Building an Angular application from scratch with Nx and NgRx

Collapse
 
rtpharry profile image
Matthew Harris

Awesome overview. I think there is a potential bug in getRandomQuotes(). It should be quotes.length - 10 shouldn't it, otherwise if the start is in the last ten you will end up with less than ten quotes displayed.