feat(elements): implement NgElementConstructor
This commit is contained in:

committed by
Victor Berchet

parent
aed4a11d01
commit
0899f4f8fc
@ -147,6 +147,7 @@ function loadCustomElementsPolyfills() {
|
||||
return obj;
|
||||
};
|
||||
|
||||
Object.defineProperty(setPrototypeOf, '$$shimmed', {value: true});
|
||||
Object.setPrototypeOf = setPrototypeOf;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user