feat(elements): implement NgElementConstructor
This commit is contained in:
@ -147,6 +147,7 @@ function loadCustomElementsPolyfills() {
|
||||
return obj;
|
||||
};
|
||||
|
||||
Object.defineProperty(setPrototypeOf, '$$shimmed', {value: true});
|
||||
Object.setPrototypeOf = setPrototypeOf;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user