style(core): fix comment format for linter

This commit is contained in:
Jason Aden 2017-11-15 11:42:01 -08:00
parent c004d483ab
commit 043e408805
1 changed files with 4 additions and 3 deletions

View File

@ -30,9 +30,10 @@ export class ElementRef {
* <header>Use with caution</header> * <header>Use with caution</header>
* <p> * <p>
* Use this API as the last resort when direct access to DOM is needed. Use templating and * Use this API as the last resort when direct access to DOM is needed. Use templating and
* data-binding provided by Angular instead. Alternatively you can take a look at * data-binding provided by Angular instead. Alternatively you can take a look at {@link
* {@link Renderer2} which provides API that can safely be used even when direct access to * Renderer2}
* native elements is not supported. * which provides API that can safely be used even when direct access to native elements is not
* supported.
* </p> * </p>
* <p> * <p>
* Relying on direct DOM access creates tight coupling between your application and rendering * Relying on direct DOM access creates tight coupling between your application and rendering