angular-cn/packages/elements/test
crisbeto 191e4d15b5 build: fix elements test failures on IE (#35940)
Fixes the following issues which caused the `elements` unit tests to break on IE:
1. `core.js` wasn't included which caused an error about `Promise` and `Symbol` to be thrown.
2. We were using a version of `@webcomponents/custom-elements` which was shipping ES6 code to npm. As a result, IE was throwing a syntax error.

PR Close #35940
2020-03-10 14:16:34 -04:00
..
BUILD.bazel build: fix elements test failures on IE (#35940) 2020-03-10 14:16:34 -04:00
component-factory-strategy_spec.ts fix(elements): handle falsy initial value (#31604) 2019-07-18 14:26:37 -07:00
create-custom-element_spec.ts refactor: fix typescript strict flag failures in all tests (#30993) 2019-07-18 14:21:26 -07:00
extract-projectable-nodes_spec.ts refactor: fix typescript strict flag failures in all tests (#30993) 2019-07-18 14:21:26 -07:00
slots_spec.ts feat(elements): enable Shadow DOM v1 and slots (#24861) 2018-08-30 21:33:14 -07:00
utils_spec.ts feat(elements): add tests for component factory strategy (#22413) 2018-03-16 12:39:07 -07:00