Hi guys, I started up a new project with below version. The high CPU usage is showing, Even in idle time.
Angular CLI: 1.7.4
Node: 8.11.1
OS: darwin x64
Angular: 6.0.0

I don't think this is related to angular CLI. Have you tried figuring out what is causing the CPU usage?
If you use VSCode (which many do), it may very well be caused by an extension. You can test this out by disabling all your extensions and see if it gets better, then enable them one at a time to find the culprit.
@phl3x0r I closed all the IDE, And started project in terminal, The CPU usage is still high.
I found the ng process is NO.1 of the hard disk usage.
Do you run mac? Check if you have fsevents install, if not add it: npm i --no-save fsevents and see if the high cpu usage goes away.
I noticed today after updating to Angular 6 my fans are going nuts on my 2017 MBP, 10.13.4, so I checked and NG averages 166%, maxing at 268% CPU.

@smlombardi My MBP version is MacBook Pro (13-inch, 2017, Two Thunderbolt 3 ports), When I upgrade angular-cli to 6.0.0. The CPU high usage goes away.
@mmmichl Wonderingly, I upgrade the angular-cli t0 6.0.0. that issue is gone, But I want to find the result, I backed to the last version, I Removed all the node_modules, and install again. The CPU usage isn't high again, Miraculous! Without install the fsevents.
In addition, I don't want to upgrade angular-cli to 6.0.0, As a break change blocked my work. #10430
@liaosong Not for me, 6.0.0 still spikes my CPU 鈥斅爁ans going nuts the whole time server is running
@smlombardi Remove your node_modules and reinstall it. I change the version to 1.7.4, It works well.
@liaosong That helped. Stuck with 6.0.0. Thanks. 馃憤馃徎
Do you run mac? Check if you have
fseventsinstall, if not add it:npm i --no-save fseventsand see if the high cpu usage goes away.
You saved me @mmmichl . I have been struggled with this high CPU problem for nearly a year, since Angular 4 to now 6, and I blame that my macbook pro full options mid 2015 was out-of-date, can't be used for web development anymore.
Could you please explain why and how fsevents was that magical ? Or just ref links is enough. Thanks and wish you a nice day!
@tucq88 I cannot give you details on the reasons, maybe the package description will help you https://www.npmjs.com/package/fsevents
Just be cautious to _not add_ it to package.json! Ohterwise the installation will fail on Linux or Windows.
I'm still seeing high CPU usage this was present on version 5, 6 and now in version 7, I'm running on ubuntu so fsevents isn't an option. It seems to spike every so often runs high for 5 - 10 minutes then returns to normal, during the course of a day this will happen several times, this makes building the project a bit slow, it's live-able with but would like to see it fixed at some point, something must be causing the issue.

angular makes me anger
Hey guys, I started using https://github.com/fuyu/AppPolice to limit the CPU load of ng serve.
The load was making my Mac really slow, this one allows you to limit the CPU usage.
It doesn't solve the cause, but at least I can work now :D
This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
_This action has been performed automatically by a bot._
Most helpful comment
I'm still seeing high CPU usage this was present on version 5, 6 and now in version 7, I'm running on ubuntu so fsevents isn't an option. It seems to spike every so often runs high for 5 - 10 minutes then returns to normal, during the course of a day this will happen several times, this makes building the project a bit slow, it's live-able with but would like to see it fixed at some point, something must be causing the issue.