https://github.com/angular/angular
Revision 3896f570fa0da504a689c1781de2c08d1996655a authored by Alex Rickabaugh on 21 April 2022, 20:27:14 UTC, committed by Andrew Scott on 27 April 2022, 16:05:51 UTC
This commit moves the ModuleWithProviders type from `metadata` to `di`, avoiding
the need for `di` to reference `metadata` (in this particular case).

PR Close #45722
1 parent 39c1681
Raw File
Tip revision: 3896f570fa0da504a689c1781de2c08d1996655a authored by Alex Rickabaugh on 21 April 2022, 20:27:14 UTC
refactor(core): move ModuleWithProviders type (#45722)
Tip revision: 3896f57
CODE_OF_CONDUCT.md
# Contributor Code of Conduct
## Version 0.3b-angular

As contributors and maintainers of the Angular project, we pledge to respect everyone who contributes by posting issues, updating documentation, submitting pull requests, providing feedback in comments, and any other activities.

Communication through any of Angular's channels (GitHub, Discord, Gitter, IRC, mailing lists, Twitter, etc.) must be constructive and never resort to personal attacks, trolling, public or private harassment, insults, or other unprofessional conduct.

We promise to extend courtesy and respect to everyone involved in this project regardless of gender, gender identity, sexual orientation, disability, age, race, ethnicity, religion, or level of experience. We expect anyone contributing to the Angular project to do the same.

If any member of the community violates this code of conduct, the maintainers of the Angular project may take action, removing issues, comments, and PRs or blocking accounts as deemed appropriate.

If you are subject to or witness unacceptable behavior, or have any other concerns, please email us at [conduct@angular.io](mailto:conduct@angular.io).
back to top