3
packages/common/PACKAGE.md
Normal file
3
packages/common/PACKAGE.md
Normal file
@ -0,0 +1,3 @@
|
||||
Implements basic Angular directives and pipes, such as NgIf, NgForOf, DecimalPipe, and so on.
|
||||
|
||||
The `CommonModule` exports are re-exported by `BrowserModule`, which is included automatically in the root `AppModule` when you create a new app with the CLI `new` command.
|
6
packages/common/http/PACKAGE.md
Normal file
6
packages/common/http/PACKAGE.md
Normal file
@ -0,0 +1,6 @@
|
||||
Implements an HTTP client API for Angular apps that relies on the `XMLHttpRequest` interface exposed by browsers.
|
||||
|
||||
Includes testability features, typed request and response objects, request and response interception,
|
||||
observable APIs, and streamlined error handling.
|
||||
|
||||
For usage information, see the [HTTP Client](guide/http) guide.
|
Reference in New Issue
Block a user