feat(elements): implement NgElementConstructor

This commit is contained in:
George Kalpakas
2017-10-12 12:37:22 +03:00
parent c1c9083d04
commit 4d42d9adca
5 changed files with 500 additions and 0 deletions

View File

@ -147,6 +147,7 @@ function loadCustomElementsPolyfills() {
return obj;
};
Object.defineProperty(setPrototypeOf, '$$shimmed', {value: true});
Object.setPrototypeOf = setPrototypeOf;
}