darekf77 / ng2-logger

Isomorphic logger for Browser and NodeJS, ( typescript / javascript ) apps
MIT License
61 stars 17 forks source link

Feature: Table #35

Closed danielsogl closed 6 years ago

danielsogl commented 6 years ago

Following the Console Web Api the table function is missing

// an array of strings
console.table(["apples", "oranges", "bananas"]);