Skip to content

Commit 7e91d47

Browse files
alan-agius4clydin
authored andcommitted
fix(@angular/cli): add zone.js to ng version output
This commit add `zone.js` to the `ng version` command output. (cherry picked from commit d0f0059)
1 parent 4755068 commit 7e91d47

File tree

1 file changed

+1
-0
lines changed
  • packages/angular/cli/src/commands/version

1 file changed

+1
-0
lines changed

packages/angular/cli/src/commands/version/cli.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ const PACKAGE_PATTERNS = [
3636
/^typescript$/,
3737
/^ng-packagr$/,
3838
/^webpack$/,
39+
/^zone\.js$/,
3940
];
4041

4142
export default class VersionCommandModule

0 commit comments

Comments
 (0)