https://github.com/angular/angular
Raw File
Tip revision: 50392759100caf907c0c24ea529ae8f4a9f2c31e authored by Dylan Hunn on 15 September 2022, 02:54:27 UTC
release: cut the v15.0.0-next.2 release
Tip revision: 5039275
.gitignore
built/
dist/
vendor/
tmp/
*/src/*.d.ts
*/src/*.js
!karma.conf.js
**/*.ngfactory.ts
**/*.ngsummary.json
**/*.ngsummary.ts
**/.yarn_local_cache*
**/NPM_PACKAGE_MANIFEST.json
back to top