feat(elements): implement NgElement

This commit is contained in:
George Kalpakas
2017-10-12 12:36:34 +03:00
parent bb9565d5a2
commit c1c9083d04
10 changed files with 1776 additions and 14 deletions

View File

@ -38,6 +38,15 @@ module.exports = function(config) {
'test-events.js',
'shims_for_IE.js',
'node_modules/systemjs/dist/system.src.js',
// Serve polyfills necessary for testing the `elements` package.
{
pattern: 'node_modules/@webcomponents/custom-elements/**/*.js',
included: false,
watched: false
},
{pattern: 'node_modules/mutation-observer/index.js', included: false, watched: false},
{pattern: 'node_modules/rxjs/**', included: false, watched: false, served: true},
'node_modules/reflect-metadata/Reflect.js',
'tools/build/file2modulename.js',