https://github.com/angular/angular
Raw File
Tip revision: f0e6aaaa5eb173c3a1eb4faa12bce526a7af3e6c authored by Emma Twersky on 22 May 2024, 22:14:25 UTC
docs: add the v18 blog post link to the changelog
Tip revision: f0e6aaa
package-lib1.json
{
  "name": "lib1_built",
  "version": "0.0.0",
  "license": "MIT",
  "type": "module",
  "exports": "./src/lib1.js",
  "typings": "./src/lib1.d.ts"
}
back to top