Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 89a9529

Browse files
committed
remove shared adapter example
1 parent e990594 commit 89a9529

File tree

4 files changed

+0
-74
lines changed

4 files changed

+0
-74
lines changed

public/docs/_examples/upgrade-adapter/e2e-spec.ts

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,6 @@ describe('Upgrade Tests', function () {
4545

4646
});
4747

48-
describe('NG1-2 Hybrid Bootstrap with Shared UpgradeAdapter', function() {
49-
50-
beforeAll(function () {
51-
browser.get('/index-1-2-hybrid-shared-adapter-bootstrap.html');
52-
setProtractorToNg1Mode();
53-
waitForNg1AsyncBootstrap();
54-
});
55-
56-
it('bootstraps as expected', function () {
57-
expect(element(by.css('#message')).getText()).toEqual('Hello world');
58-
});
59-
60-
});
61-
6248
describe('Upgraded static component', function() {
6349

6450
beforeAll(function () {

public/docs/_examples/upgrade-adapter/ts/app/1-2-hybrid-shared-adapter-bootstrap/app.module.ts

Lines changed: 0 additions & 16 deletions
This file was deleted.

public/docs/_examples/upgrade-adapter/ts/app/1-2-hybrid-shared-adapter-bootstrap/upgrade_adapter.ts

Lines changed: 0 additions & 16 deletions
This file was deleted.

public/docs/_examples/upgrade-adapter/ts/index-1-2-hybrid-shared-adapter-bootstrap.html

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)