mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
refactor(core): avoid deep links into @angular/core (#49823)
This commit updates the code to avoid deep links into the `@angular/core`, which triggers a build issue in apps when a code is referenced. PR Close #49823
This commit is contained in:
parent
54f18c832d
commit
7fd0b678f3
1 changed files with 1 additions and 1 deletions
|
|
@ -7,9 +7,9 @@
|
|||
*/
|
||||
|
||||
import {assertInInjectionContext, computed, DestroyRef, inject, signal, Signal, WritableSignal} from '@angular/core';
|
||||
import {RuntimeError, RuntimeErrorCode} from '@angular/core/src/errors';
|
||||
import {Observable} from 'rxjs';
|
||||
|
||||
import {RuntimeError, RuntimeErrorCode} from '../../src/errors';
|
||||
import {untracked} from '../../src/signals';
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue