I am running Angular in a PhpStorm IDE.
The code is fill with "console.log" calls, when console defined as declare var console: Console;
Console in a interface in the lib.dom.d.ts library.
Anyway, I can't see this log anywhere! Where is the console window in PhpStorm?
Is there any simple way to define log in Angular? I saw something about ngx-logger library, but I didn't find any instructions of how to install this library.
Any help in angular log subject will be great!
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…