Evgeny Erofeev

- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 4
-
Evgeny Erofeev commented, -
Evgeny Erofeev created a post, PhpStorm adds TypeScript import statements for angular with the wrong path.
E.g.: import {HTTP_INTERCEPTORS} from '../../../node_modules/@angular/common/http'; instead of import { HTTP_INTERCEPTORS } from '@angular/common/http'; import {Http} from '../../../node_modules/... -
Evgeny Erofeev commented, -
Evgeny Erofeev created a post, PhpStorm Pug Inspector barks when I use Angular multi-line statements.
Example: i.btActive.fa([ngClass]="{\'fa-play': !playing,\'fa-pause': playing}")//alternative way supported by pug:i.btActive.fa([ngClass]=`{'fa-play': !playing,'fa-pause': playing}`) -
-
-
-
-
Evgeny Erofeev created a post, I'd like to try 0xDBE. However, how to see outout of select query?
I've tired finding the results of query... And tell me please, where is the normal way to execute queries?The only way I’ve found is through the popup menu. However, it runs the whole file only, bu... -