MCPcopy Index your code
hub / github.com/getsentry/sentry-javascript / ngAfterViewInit

Method ngAfterViewInit

packages/angular/src/tracing.ts:287–292  ·  view source on GitHub ↗

* Implementation of AfterViewInit lifecycle method * @inheritdoc

()

Source from the content-addressed store, hash-verified

285 * @inheritdoc
286 */
287 public ngAfterViewInit(): void {
288 const span = this._tracingSpan;
289 if (span) {
290 runOutsideAngular(() => span.end());
291 }
292 }
293}
294
295/**

Callers

nothing calls this directly

Calls 2

runOutsideAngularFunction · 0.90
endMethod · 0.65

Tested by

no test coverage detected