docs(changelog): fix typo AplicationRef => ApplicationRef (#13284)

docs(changelog): fix typo AplicationRef => ApplicationRef
This commit is contained in:
Itamar 2016-12-07 20:06:40 +02:00 committed by Alex Rickabaugh
parent 4a09c81724
commit cf52284ac3
1 changed files with 1 additions and 1 deletions

View File

@ -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.