Sviatoslav Zaytsev

Results 13 comments of Sviatoslav Zaytsev

Temporary fix for me: replace call `detectChanges()` to `markForCheck()`.

If you try to go to the beginning of the SwitchStatement, there is a small problem: The position after the previous expression (including spaces, line breaks, and so on) is...

``` /////*c*/export default { [|/*a*/case|] }; ////[|/*b*/default|]; ``` Is it normal that **b** and goes to **c**? This is how it works now and looks like a bug. It is...

## Temporary workaround: 1. Install manually `npm i -D @nguniversal/express-engine` 2. Go to `node_modules/@nguniversal/express-engine/package.json` 3. Add line `"./schematics/utils": "./schematics/utils/index.js"` to `"exports"` 4. Run `ng add @nestjs/ng-universal`

@sheetalkamat I changed contextSpan to keyword + expression, but i can't find any examples for testing contextSpan with fourslash

@tiangolo @Kludex @iudeen any progress?