From d0c066a22332a44014f413203a0c0b80a113a270 Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Tue, 24 Jul 2018 16:09:47 +0200 Subject: [PATCH] docs: replaced old angular/http example (#25065) PR Close #25065 --- aio/content/guide/glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/glossary.md b/aio/content/guide/glossary.md index 5a93329d23..3c615c6c7f 100644 --- a/aio/content/guide/glossary.md +++ b/aio/content/guide/glossary.md @@ -580,7 +580,7 @@ For more information, see https://www.npmjs.com/package/@angular-devkit/schemati ## Scoped package A way to group related npm packages. -NgModules are delivered within *scoped packages* whose names begin with the Angular *scope name* `@angular`. For example, `@angular/core`, `@angular/common`, `@angular/http`, and `@angular/router`. +NgModules are delivered within *scoped packages* whose names begin with the Angular *scope name* `@angular`. For example, `@angular/core`, `@angular/common`, `@angular/forms`, and `@angular/router`. Import a scoped package in the same way that you import a normal package.