docs: replaced old angular/http example (#25065)

PR Close #25065
This commit is contained in:
Daniel Sogl 2018-07-24 16:09:47 +02:00 committed by Victor Berchet
parent 65e18dc1bf
commit d0c066a223
1 changed files with 1 additions and 1 deletions

View File

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