URL
https://ionicframework.com/docs
Issue Description
I can't find anywhere we document how to get the mode, for example in JavaScript:
in Angular:
import{Config}from'@ionic/angular';constructor(publicconfig: Config){}ngOnInit(){this.mode=this.config.get('mode');}
URL
https://ionicframework.com/docs
Issue Description
I can't find anywhere we document how to get the mode, for example in JavaScript:
in Angular: