Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3a8cec5

Browse files
style: add spacing
1 parent 402dee9 commit 3a8cec5

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

‎projects/testing-library/src/lib/models.ts‎

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ export interface RenderResult extends RenderResultQueries, FireObject, UserEvent
2323
debug: (element?: HTMLElement) => void;
2424
/**
2525
* @description
26-
* The Angular `ComponentFixture` of the component
26+
* The Angular `ComponentFixture` of the component.
27+
*
2728
* For more info see https://angular.io/api/core/testing/ComponentFixture
2829
*/
2930
fixture: ComponentFixture<any>;
@@ -45,7 +46,8 @@ export interface RenderOptions<C, Q extends Queries = typeof queries> {
4546
detectChanges?: boolean;
4647
/**
4748
* @description
48-
* A collection of components, directives and pipes needed to render the component, for example, nested components of the component
49+
* A collection of components, directives and pipes needed to render the component, for example, nested components of the component.
50+
*
4951
* For more info see https://angular.io/api/core/NgModule#declarations
5052
*
5153
* @default
@@ -59,7 +61,8 @@ export interface RenderOptions<C, Q extends Queries = typeof queries> {
5961
declarations?: any[];
6062
/**
6163
* @description
62-
* A collection of providers needed to render the component via Dependency Injection, for example, injectable services or tokens
64+
* A collection of providers needed to render the component via Dependency Injection, for example, injectable services or tokens.
65+
*
6366
* For more info see https://angular.io/api/core/NgModule#providers
6467
*
6568
* @default
@@ -79,11 +82,12 @@ export interface RenderOptions<C, Q extends Queries = typeof queries> {
7982
providers?: any[];
8083
/**
8184
* @description
82-
* A collection of imports needed to render the component, for example, shared modules
85+
* A collection of imports needed to render the component, for example, shared modules.
86+
* Adds `NoopAnimationsModule` by default if `BrowserAnimationsModule` isn't added to the collection.
87+
*
8388
* For more info see https://angular.io/api/core/NgModule#imports
8489
*
8590
* @default
86-
* Adds `NoopAnimationsModule` by default if `BrowserAnimationsModule` isn't added to the collection:
8791
* `[NoopAnimationsModule]`
8892
*
8993
* @example
@@ -98,7 +102,8 @@ export interface RenderOptions<C, Q extends Queries = typeof queries> {
98102
/**
99103
* @description
100104
* A collection of schemas needed to render the component.
101-
* Allowed value are `NO_ERRORS_SCHEMA` and `CUSTOM_ELEMENTS_SCHEMA`.
105+
* Allowed values are `NO_ERRORS_SCHEMA` and `CUSTOM_ELEMENTS_SCHEMA`.
106+
*
102107
* For more info see https://angular.io/api/core/NgModule#schemas
103108
*
104109
* @default
@@ -130,7 +135,8 @@ export interface RenderOptions<C, Q extends Queries = typeof queries> {
130135
componentProperties?: Partial<C>;
131136
/**
132137
* @description
133-
* A collection of providers to inject dependencies of the component
138+
* A collection of providers to inject dependencies of the component.
139+
*
134140
* For more info see https://angular.io/api/core/Directive#providers
135141
*
136142
* @default

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /