Skip to content

Commit

Permalink
revert: feat(elements): implement @angular/elements angular#19469 (a…
Browse files Browse the repository at this point in the history
…ngular#20152)

This PR was merged without API docs and general rollout plan.

We can't release this as is in 5.1 without a plan for documentation, cli integration, etc.
  • Loading branch information
IgorMinar authored and vicb committed Nov 3, 2017
1 parent 200d92d commit 3997d97
Show file tree
Hide file tree
Showing 35 changed files with 23 additions and 3,975 deletions.
8 changes: 0 additions & 8 deletions .pullapprove.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,14 +279,6 @@ groups:
- IgorMinar #fallback
- mhevery #fallback

elements:
conditions:
files:
- "packages/elements/*"
users:
- mhevery #primary
- IgorMinar #fallback

benchpress:
conditions:
files:
Expand Down
1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ The following is the list of supported scopes:
* **compiler**
* **compiler-cli**
* **core**
* **elements**
* **forms**
* **http**
* **language-service**
Expand Down
1 change: 0 additions & 1 deletion aio/tools/transforms/angular-api-package/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ module.exports = new Package('angular-api', [basePackage, typeScriptPackage])
'common/testing/index.ts',
'core/index.ts',
'core/testing/index.ts',
'elements/index.ts',
'forms/index.ts',
'http/index.ts',
'http/testing/index.ts',
Expand Down
5 changes: 2 additions & 3 deletions aio/tools/transforms/authors-package/api-package.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,15 @@ const { API_SOURCE_PATH } = require('../config');

const packageMap = {
animations: ['animations/index.ts', 'animations/browser/index.ts', 'animations/browser/testing/index.ts'],
common: ['common/index.ts', 'common/testing/index.ts', 'common/http/index.ts', 'common/http/testing/index.ts'],
common: ['common/index.ts', 'common/testing/index.ts'],
core: ['core/index.ts', 'core/testing/index.ts'],
elements: ['elements/index.ts'],
forms: ['forms/index.ts'],
http: ['http/index.ts', 'http/testing/index.ts'],
'platform-browser': ['platform-browser/index.ts', 'platform-browser/animations/index.ts', 'platform-browser/testing/index.ts'],
'platform-browser-dynamic': ['platform-browser-dynamic/index.ts', 'platform-browser-dynamic/testing/index.ts'],
'platform-server': ['platform-server/index.ts', 'platform-server/testing/index.ts'],
'platform-webworker': ['platform-webworker/index.ts'],
'platform-webworker-dynamic': ['platform-webworker-dynamic/index.ts'],
'platform-webworker-dynamic': 'platform-webworker-dynamic/index.ts',
router: ['router/index.ts', 'router/testing/index.ts', 'router/upgrade/index.ts'],
'service-worker': ['service-worker/index.ts'],
upgrade: ['upgrade/index.ts', 'upgrade/static/index.ts']
Expand Down
3 changes: 1 addition & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ PACKAGES=(core
compiler-cli
language-service
benchpress
service-worker
elements)
service-worker)

TSC_PACKAGES=(compiler-cli
language-service
Expand Down
9 changes: 0 additions & 9 deletions karma-js.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,6 @@ 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',
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"@types/selenium-webdriver": "3.0.7",
"@types/source-map": "^0.5.1",
"@types/systemjs": "0.19.32",
"@webcomponents/custom-elements": "^1.0.4",
"angular": "1.5.0",
"angular-animate": "1.5.0",
"angular-mocks": "1.5.0",
Expand Down Expand Up @@ -82,7 +81,6 @@
"karma-sourcemap-loader": "0.3.6",
"madge": "0.5.0",
"minimist": "1.2.0",
"mutation-observer": "^1.0.3",
"node-uuid": "1.4.8",
"protractor": "5.1.2",
"rewire": "2.5.2",
Expand Down
14 changes: 0 additions & 14 deletions packages/elements/index.ts

This file was deleted.

22 changes: 0 additions & 22 deletions packages/elements/package.json

This file was deleted.

19 changes: 0 additions & 19 deletions packages/elements/public_api.ts

This file was deleted.

28 changes: 0 additions & 28 deletions packages/elements/rollup.config.js

This file was deleted.

54 changes: 0 additions & 54 deletions packages/elements/src/extract-projectable-nodes.ts

This file was deleted.

18 changes: 0 additions & 18 deletions packages/elements/src/ng-element-application-context.ts

This file was deleted.

141 changes: 0 additions & 141 deletions packages/elements/src/ng-element-constructor.ts

This file was deleted.

Loading

0 comments on commit 3997d97

Please sign in to comment.