I've checked here and there's no option that can be passed to the Angular CLI to save logs to a file. I've tried this:
ng build |& tee output.txt
The problem is that the resulting file is crashing my Atom editor and in Geany it's unreadable, because of the characters like [BS], [ESC](their removal messes up formatting and the file is still unreadable).
Could you please share your tricks, good sirs?