mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
docs(config): update docs
This commit is contained in:
@ -317,10 +317,16 @@ export class Config {
|
||||
this.platform = platform;
|
||||
}
|
||||
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
static setModeConfig(mode, config) {
|
||||
modeConfigs[mode] = config;
|
||||
}
|
||||
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
static getModeConfig(mode) {
|
||||
return modeConfigs[mode] || null;
|
||||
}
|
||||
|
Reference in New Issue
Block a user