https://github.com/angular/angular/issues/31622
today task is coming data should display reverseorder which latest created first one
use slice(0,-2) to remove last two digits
to change order of an array use reverse method
yourArray.reverse()
https://github.com/angular/angular/issues/31622
today task is coming data should display reverseorder which latest created first one
use slice(0,-2) to remove last two digits
to change order of an array use reverse method
yourArray.reverse()
No comments:
Post a Comment