https://github.com/angular/angular
Raw File
Tip revision: 07dd195c40f9bd144b9b29afc909c0999ed825d7 authored by Joey Perrott on 07 February 2024, 18:14:08 UTC
WIP
Tip revision: 07dd195
.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