From cf52284ac3ebeadb2de48054a68c94ce2c20ca8b Mon Sep 17 00:00:00 2001 From: Itamar Date: Wed, 7 Dec 2016 20:06:40 +0200 Subject: [PATCH] docs(changelog): fix typo AplicationRef => ApplicationRef (#13284) docs(changelog): fix typo AplicationRef => ApplicationRef --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fc38e54cc..7681233bd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -926,7 +926,7 @@ prefix using `animate-` must now be preixed using `bind-animate-`. * core: - `ApplicationRef.dispose` is deprecated. Destroy the module that was created during bootstrap instead by calling `NgModuleRef.destroy`. - - `AplicationRef.registerDisposeListener` is deprecated. + - `ApplicationRef.registerDisposeListener` is deprecated. Use the `ngOnDestroy` lifecycle hook for providers or `NgModuleRef.onDestroy` instead. - `disposePlatform` is deprecated. Use `destroyPlatform` instead.