docs: do not add auto-code-links to observables example (#34797)
Fixes #34793 PR Close #34797
This commit is contained in:
parent
436e7388c3
commit
3102dc8344
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue