I'm running Angular 8. Following the probably outdated advice here -- How can I test an AngularJS service from the console?, I'm trying to access an Angular service from the Chrome devtools console. Below is the disappointing output
Angular is running in the development mode. Call enableProdMode() to enable the production mode.
injector = angular.element(document.body).injector()
VM914:1 Uncaught ReferenceError: angular is not defined
at <anonymous>:1:1
What's the right way to access Angular on the command line in Angular 8?