Revert "style: fix typos boostrap to bootstrap (#21917)"
This reverts commit 363498b6b4
.
This commit is contained in:
parent
f628797d91
commit
831592c381
|
@ -105,7 +105,7 @@ class Ng1HeroComponentWrapper extends UpgradeComponent implements OnInit, OnChan
|
||||||
imports: [BrowserModule, UpgradeModule]
|
imports: [BrowserModule, UpgradeModule]
|
||||||
})
|
})
|
||||||
class Ng2AppModule {
|
class Ng2AppModule {
|
||||||
ngDoBootstrap() { /* this is a placeholder to stop the bootstrapper from complaining */
|
ngDoBootstrap() { /* this is a placeholder to stop the boostrapper from complaining */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// #enddocregion
|
// #enddocregion
|
||||||
|
|
|
@ -12,7 +12,7 @@ import {verifyNoBrowserErrors} from './util';
|
||||||
|
|
||||||
describe('Hello world E2E Tests', function() {
|
describe('Hello world E2E Tests', function() {
|
||||||
it('should display: Hello world!', function() {
|
it('should display: Hello world!', function() {
|
||||||
// Load the page without waiting for Angular since it is not bootstrapped automatically.
|
// Load the page without waiting for Angular since it is not boostrapped automatically.
|
||||||
browser.driver.get(browser.baseUrl + 'helloworld');
|
browser.driver.get(browser.baseUrl + 'helloworld');
|
||||||
|
|
||||||
const style = browser.driver.findElement(by.css('style[ng-transition="hlw"]'));
|
const style = browser.driver.findElement(by.css('style[ng-transition="hlw"]'));
|
||||||
|
|
|
@ -12,7 +12,7 @@ import {verifyNoBrowserErrors} from './util';
|
||||||
|
|
||||||
describe('TransferState', function() {
|
describe('TransferState', function() {
|
||||||
it('should transfer component state', function() {
|
it('should transfer component state', function() {
|
||||||
// Load the page without waiting for Angular since it is not bootstrapped automatically.
|
// Load the page without waiting for Angular since it is not boostrapped automatically.
|
||||||
browser.driver.get(browser.baseUrl + 'transferstate');
|
browser.driver.get(browser.baseUrl + 'transferstate');
|
||||||
|
|
||||||
// Test the contents from the server.
|
// Test the contents from the server.
|
||||||
|
|
|
@ -52,7 +52,7 @@ import {bootstrap, html, multiTrim} from '../test_helpers';
|
||||||
imports: [BrowserModule, UpgradeModule]
|
imports: [BrowserModule, UpgradeModule]
|
||||||
})
|
})
|
||||||
class Ng2Module {
|
class Ng2Module {
|
||||||
ngDoBootstrap() { /* this is a placeholder to stop the bootstrapper from complaining */
|
ngDoBootstrap() { /* this is a placeholder to stop the boostrapper from complaining */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue