https://github.com/angular/angular
Raw File
Tip revision: fad1354d50737b8cbbe534ee5866475da7250e70 authored by Alex Rickabaugh on 24 January 2024, 20:50:52 UTC
release: cut the v17.2.0-next.0 release
Tip revision: fad1354
.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