You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: angular/src/providers/config.ts
+1-1
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ export class Config {
33
33
}
34
34
35
35
set(key: keyofIonicConfig,value?: any){
36
-
console.warn(`[DEPRECATION][Config]: The Config.set() method is deprecated and will be removed in the next major release.`);
36
+
console.warn(`[DEPRECATION][Config]: The Config.set() method is deprecated and will be removed in Ionic Framework 6.0. Please see https://ionicframework.com/docs/angular/config for alternatives.`);
0 commit comments