mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 03:00:58 +08:00
fix(angular): save internal data
fixes #14888 fixes #14885 fixes #15054 fixes #15050
This commit is contained in:
@ -30,10 +30,6 @@ export function ensureElementInBody(elementName: string) {
|
||||
return element as HTMLStencilElement;
|
||||
}
|
||||
|
||||
export function objectValues(obj: any): any[] {
|
||||
return Object.keys(obj).map(key => obj[key]);
|
||||
}
|
||||
|
||||
export function deepEqual(x: any, y: any) {
|
||||
if (x === y) {
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user