mirror of
https://github.com/Raghu-Ch/KaplanTest.git
synced 2026-02-10 04:33:03 -05:00
Modify README.md
This commit is contained in:
@@ -32,7 +32,7 @@ export class ChannellistComponent implements OnInit {
|
||||
console.log(this.channels);
|
||||
});
|
||||
}
|
||||
|
||||
// Sort the list by date
|
||||
sortChannels() {
|
||||
this.channels.sort(function (channel1, channel2) {
|
||||
if (channel1.time < channel2.time) {
|
||||
|
||||
Reference in New Issue
Block a user