-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Commit cae068b
committed
fix(@schematics/angular): update library schematic to use
The library schematic currently relies on Karma, which requires `@angular-devkit/build-angular` to be installed. To address this, we now use the `ng-packagr` builder provided in this package.
Closes #29494 @angular-devkit/build-angular:ng-packagr
1 parent f743a63 commit cae068b
2 files changed
+6
-4
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 | - | ||
57 | - | ||
56 | + | ||
57 | + | ||
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
| |||
91 | 91 |
| |
92 | 92 |
| |
93 | 93 |
| |
94 | - | ||
94 | + | ||
95 | 95 |
| |
96 | 96 |
| |
97 | 97 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
388 | 388 |
| |
389 | 389 |
| |
390 | 390 |
| |
391 | - | ||
391 | + | ||
392 | + | ||
393 | + | ||
392 | 394 |
| |
393 | 395 |
| |
394 | 396 |
| |
|
0 commit comments