This repository was archived by the owner on Dec 4, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
public/docs/ts/latest/guide Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -470,7 +470,7 @@ a(href="#top").to-top Back to top
470
470
`TestBed.createComponent` creates an instance of `BannerComponent` to test and returns a [fixture](#component-fixture).
471
471
472
472
`TestBed.createComponent` closes the current `TestBed` instance to further configuration.
473
- You cannot call any more `TestBed` configuration methods, not `configureTestModule `
473
+ You cannot call any more `TestBed` configuration methods, not `configureTestingModule `
474
474
nor any of the `override...` methods. The `TestBed` throws an error if you try.
475
475
476
476
.alert.is-important
@@ -874,7 +874,7 @@ a(href="#top").to-top Back to top
874
874
875
875
### _compileComponents_ closes configuration
876
876
Calling `compileComponents` closes the current `TestBed` instance is further configuration.
877
- You cannot call any more `TestBed` configuration methods, not `configureTestModule `
877
+ You cannot call any more `TestBed` configuration methods, not `configureTestingModule `
878
878
nor any of the `override...` methods. The `TestBed` throws an error if you try.
879
879
880
880
.alert.is-important
@@ -1114,7 +1114,7 @@ a(href="#top").to-top Back to top
1114
1114
1115
1115
:marked
1116
1116
The `inject` function closes the current `TestBed` instance to further configuration.
1117
- You cannot call any more `TestBed` configuration methods, not `configureTestModule `
1117
+ You cannot call any more `TestBed` configuration methods, not `configureTestingModule `
1118
1118
nor any of the `override...` methods. The `TestBed` throws an error if you try.
1119
1119
1120
1120
.alert.is-important
You can’t perform that action at this time.
0 commit comments