docs(TestBed): Fix to current packageing (#11472)
This commit is contained in:
parent
d296298282
commit
df6762a170
|
@ -57,7 +57,7 @@ export class TestBed implements Injector {
|
||||||
* first use `resetTestEnvironment`.
|
* first use `resetTestEnvironment`.
|
||||||
*
|
*
|
||||||
* Test modules and platforms for individual platforms are available from
|
* Test modules and platforms for individual platforms are available from
|
||||||
* 'angular2/platform/testing/<platform_name>'.
|
* '@angular/<platform_name>/testing'.
|
||||||
*
|
*
|
||||||
* @experimental
|
* @experimental
|
||||||
*/
|
*/
|
||||||
|
@ -164,7 +164,7 @@ export class TestBed implements Injector {
|
||||||
* first use `resetTestEnvironment`.
|
* first use `resetTestEnvironment`.
|
||||||
*
|
*
|
||||||
* Test modules and platforms for individual platforms are available from
|
* Test modules and platforms for individual platforms are available from
|
||||||
* 'angular2/platform/testing/<platform_name>'.
|
* '@angular/<platform_name>/testing'.
|
||||||
*
|
*
|
||||||
* @experimental
|
* @experimental
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue