diff --git a/.changeset/large-lobsters-grab.md b/.changeset/large-lobsters-grab.md index 89bbac07..084606cc 100644 --- a/.changeset/large-lobsters-grab.md +++ b/.changeset/large-lobsters-grab.md @@ -9,9 +9,9 @@ describe its purpose, which is to break cyclic dependency chains at the service initialization stage. The renaming of this function to `forwardRef` more clearly -explains its function. The name was 1:1 inspired by Angular, +explains its function. The name was 1:1 inspired by Angular, which contains a function that does exactly the same thing. Note that, while `lazy` is deprecated, it will still be supported. The implementation of the `lazy` function has been moved to -`forwardRef`, which is a 1:1 replacement for the former. \ No newline at end of file +`forwardRef`, which is a 1:1 replacement for the former.