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

Commit 6d331e9

Browse files
Foxandxsswardbell
authored andcommitted
docs(testing): remove comments (#3483)
1 parent ebd8b48 commit 6d331e9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

public/docs/ts/latest/guide/testing.jade

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1681,18 +1681,13 @@ figure.image-display
16811681
in `By.css('h2:not([highlight])')` helps find `<h2>` elements that _do not_ have the directive.
16821682
`By.css('*:not([highlight])')` finds _any_ element that does not have the directive.
16831683

1684-
// Removed on 12/02/2016 when ceased public discussion of the `Renderer`. Revive in future?
1685-
:marked
16861684
* `DebugElement.styles` affords access to element styles even in the absence of a real browser, thanks to the `DebugElement` abstraction.
16871685
But feel free to exploit the `nativeElement` when that seems easier or more clear than the abstraction.
16881686

1689-
:marked
16901687
* Angular adds a directive to the injector of the element to which it is applied.
16911688
The test for the default color uses the injector of the second `<h2>` to get its `HighlightDirective` instance
16921689
and its `defaultColor`.
16931690

1694-
// Removed on 12/02/2016 when ceased public discussion of the `Renderer`. Revive in future?
1695-
:marked
16961691
* `DebugElement.properties` affords access to the artificial custom property that is set by the directive.
16971692

16981693
a(href="#top").to-top Back to top

0 commit comments

Comments
 (0)