* refactor(console): remove the console module
Removing the console module implementation eliminates some error-prone
formatting logic, and certain platform-specific checks. The
implementation was also android-specific. Left a stub Console class
implementation as one is necessary to avoid errors with `console` being
undefined during the snapshot stage for android.
The console module is replaced by a 'console' implementation in the Android Runtime. See
android-runtime/PR #884
* fix(tests): update console module tests
* Init steps
* Implement logic for auto-complete for all test pages
* Init steps
* Implement logic for auto-complete for all test pages
* Expose TestPageMainViewModel
* Merge
* Improve check if example is already loaded in collection
* Reorder tests
* Fix tslint
* Include csslv
* Include new image source