Files

The following symbols were moved from @angular/platform-browser to @angular/core:

  • TransferState
  • makeStateKey
  • StateKey

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';