https://github.com/angular/angular
Raw File
Tip revision: 600a8cd59a47c58a9169bd717bd9f036a49bae84 authored by Alex Rickabaugh on 22 February 2024, 01:49:33 UTC
release: cut the v17.2.2 release
Tip revision: 600a8cd
.gitignore
built/
dist/
vendor/
tmp/
*/src/*.d.ts
*/src/*.js
!karma.conf.js
**/.yarn_local_cache*
**/NPM_PACKAGE_MANIFEST.json

*/node_modules/

.tmp-yarn-cache/
back to top