@angular/common is a core package in the Angular framework that provides essential services and functionalities for building Angular applications. It includes common directives, pipes, and services that are widely used across Angular applications, such as support for internationalization, HTTP client, and various utility functions. This package is fundamental for any Angular project, as it lays the groundwork for building robust and maintainable applications.
While @angular/common is crucial, there are several other Angular packages that serve different purposes and can complement its functionalities. Here are some alternatives:
To explore how @angular/common compares with its alternatives, visit the following link: Comparing @angular/common vs @angular/core vs @angular/forms vs @angular/http vs @angular/platform-browser vs @angular/router.
The sources for this package are in the main Angular repo. Please file issues and pull requests against that repo.
Usage information and reference details can be found in Angular documentation.
License: MIT