mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
fix(): update to Stencil One 🎉🎊
This commit is contained in:
@ -2,9 +2,9 @@ import { IonicConfig } from '../interface';
|
||||
|
||||
export class Config {
|
||||
|
||||
private m: Map<keyof IonicConfig, any>;
|
||||
private m = new Map<keyof IonicConfig, any>();
|
||||
|
||||
constructor(configObj: IonicConfig) {
|
||||
reset(configObj: IonicConfig) {
|
||||
this.m = new Map<keyof IonicConfig, any>(Object.entries(configObj) as any);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user