Skip to content

Commit 9ee78ab

Browse files
tfonjihansl
authored andcommitted
feat(@angular/cli): show typescript version on ng version (#7372)
1 parent 0111f18 commit 9ee78ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const VersionCommand = Command.extend({
3131
versions.os = process.platform + ' ' + process.arch;
3232

3333
const alwaysPrint = ['node', 'os'];
34-
const roots = ['@angular/', '@ngtools/'];
34+
const roots = ['@angular/', '@ngtools/', 'typescript'];
3535

3636
let ngCliVersion = pkg.version;
3737
if (!__dirname.match(/node_modules/)) {

0 commit comments

Comments
 (0)