docs: do not add auto-code-links to observables example (#34797)

Fixes #34793

PR Close #34797
This commit is contained in:
Pete Bacon Darwin 2020-01-15 21:24:09 +00:00 committed by Matias Niemelä
parent 436e7388c3
commit 3102dc8344
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ To execute the observable you have created and begin receiving notifications, yo
Here's an example that demonstrates the basic usage model by showing how an observable could be used to provide geolocation updates.
<code-example path="observables/src/geolocation.ts" header="Observe geolocation updates"></code-example>
<code-example class="no-auto-link" path="observables/src/geolocation.ts" header="Observe geolocation updates"></code-example>
## Defining observers