
committed by
Alex Rickabaugh

parent
61cc7a3437
commit
a09d60cb50
@ -1,3 +1,3 @@
|
||||
Implements basic Angular directives and pipes, such as NgIf, NgForOf, DecimalPipe, and so on.
|
||||
Implements fundamental Angular framework functionality, including directives and pipes, location services used in routing, HTTP services, localization support, 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.
|
1
packages/common/http/testing/PACKAGE.md
Normal file
1
packages/common/http/testing/PACKAGE.md
Normal file
@ -0,0 +1 @@
|
||||
Supplies a testing module for the Angular HTTP subsystem.
|
1
packages/common/testing/PACKAGE.md
Normal file
1
packages/common/testing/PACKAGE.md
Normal file
@ -0,0 +1 @@
|
||||
Supplies infrastructure for testing functionality supplied by `@angular/common`.
|
2
packages/common/upgrade/PACKAGE.md
Normal file
2
packages/common/upgrade/PACKAGE.md
Normal file
@ -0,0 +1,2 @@
|
||||
Provides tools for upgrading from the `$location` service provided in AngularJS
|
||||
to Angular's [unified location service](guide/upgrade#using-the-unified-angular-location-service).
|
Reference in New Issue
Block a user