* Implementation of AfterViewInit lifecycle method * @inheritdoc
()
| 285 | * @inheritdoc |
| 286 | */ |
| 287 | public ngAfterViewInit(): void { |
| 288 | const span = this._tracingSpan; |
| 289 | if (span) { |
| 290 | runOutsideAngular(() => span.end()); |
| 291 | } |
| 292 | } |
| 293 | } |
| 294 | |
| 295 | /** |
nothing calls this directly
no test coverage detected