From c67f1bb38ed8153e5ec7e49a4f787c6aff38a681 Mon Sep 17 00:00:00 2001 From: Trotyl Date: Sat, 4 Aug 2018 00:30:15 +0800 Subject: [PATCH] docs: several fixes for NPM package guide (#20186) PR Close #20186 --- aio/content/guide/npm-packages.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aio/content/guide/npm-packages.md b/aio/content/guide/npm-packages.md index 3236f171f0..9af55d93bb 100644 --- a/aio/content/guide/npm-packages.md +++ b/aio/content/guide/npm-packages.md @@ -73,11 +73,11 @@ Typically you don’t interact with the compiler directly; rather, you use it in **@angular/forms**: support for both [template-driven](guide/forms) and [reactive forms](guide/reactive-forms). -**@angular/http**: Angular's old, soon-to-be-deprecated, HTTP client. +**@angular/http**: Angular's old, deprecated, HTTP client. **@angular/platform-browser**: Everything DOM and browser related, especially the pieces that help render into the DOM. -This package also includes the `bootstrapStatic()` method +This package also includes the `bootstrapModuleFactory()` method for bootstrapping applications for production builds that pre-compile with [AOT](guide/aot-compiler). **@angular/platform-browser-dynamic**: Includes [Providers](api/core/Provider)