Skip to content

Display typescript version being used during ng build --progress and/or ng build --verbose #6627

Closed
@fmorriso

Description

@fmorriso

Bug Report or Feature Request (mark with an x)

- [ ] bug report -> please search issues before submitting
- [x ] feature request

Versions.

Output from: ng --version.
@angular/cli: 1.1.1
node: 7.10.0
os: win32 x64

Repro steps.

ng build --progress --verbose

The log given by the failure.

Desired functionality.

What would like to see implemented?
Display the version of TypeScript used during ng build if the --progress option is specified.
Background:
Currently, when ng build --progress is invoked, we see the version of webpack used, as shown in this example:
Version: webpack 2.4.1
Please include the version of TypeScript used during builds when the --progress (or should it be --verbose?) switch is specified.

Mention any other details that might be useful.

Metadata

Metadata

Assignees

Labels

P5The team acknowledges the request but does not plan to address it, it remains open for discussionfeatureIssue that requests a new featurehelp wantedseverity2: inconvenient

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions