We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b63082 commit 4bd9ba7Copy full SHA for 4bd9ba7
packages/core/src/linker/element_ref.ts
@@ -53,8 +53,8 @@ export class ElementRef<T = any> {
53
* <header>Use with caution</header>
54
* <p>
55
* Use this API as the last resort when direct access to DOM is needed. Use templating and
56
- * data-binding provided by Angular instead. Alternatively you can take a look at {@link
57
- * Renderer2} which provides an API that can be safely used.
+ * data-binding provided by Angular instead. Alternatively you can take a look at
+ * {@link Renderer2} which provides an API that can be safely used.
58
* </p>
59
* </div>
60
*/
0 commit comments