ng-packagr 18.1.0 → 18.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -55,7 +55,7 @@ Create one `package.json` per npm package, run _ng-packagr_ for each!
|
|
|
55
55
|
|
|
56
56
|
## Features
|
|
57
57
|
|
|
58
|
-
* :gift: Implements [Angular Package Format](https://angular.
|
|
58
|
+
* :gift: Implements [Angular Package Format](https://angular.dev/tools/libraries/angular-package-format)
|
|
59
59
|
* :checkered_flag: Bundles your library in FESM2022
|
|
60
60
|
* :school_satchel: npm package can be consumed by [Angular CLI](https://github.com/angular/angular-cli), [Webpack](https://github.com/webpack/webpack), or ESM Bundlers
|
|
61
61
|
* :dancer: Creates type definitions (`.d.ts`)
|
|
@@ -80,7 +80,7 @@ Create one `package.json` per npm package, run _ng-packagr_ for each!
|
|
|
80
80
|
|
|
81
81
|
## Knowledge
|
|
82
82
|
|
|
83
|
-
[Angular Package Format documentation](https://angular.
|
|
83
|
+
[Angular Package Format documentation](https://angular.dev/tools/libraries/angular-package-format)
|
|
84
84
|
|
|
85
85
|
Packaging Angular Libraries - Jason Aden at Angular Mountain View Meetup ([Jan 2018, 45min talk](https://www.youtube.com/watch?v=QfvwQEJVOig&t=3612s))
|
|
86
86
|
|