mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
|
|
||
|---|---|---|
| .. | ||
| BUILD.bazel | ||
| index.ts | ||
| README.md | ||
| utils.ts | ||
Import TransferState-related symbols from @angular/core
The following symbols were moved from @angular/platform-browser to @angular/core:
TransferStatemakeStateKeyStateKey
This migration updates symbol imports to use @angular/core.
Before
import { TransferState, makeStateKey, StateKey } from '@angular/platform-browser';
After
import { TransferState, makeStateKey, StateKey } from '@angular/core';