Ayyash

Results 12 comments of Ayyash

Angular 7.2 here, still getting a string, I'm not sure if this is the intended behavior though

I want to add that this happens in Code Insiders 1.26 as well.

im not trying to mix, im trying to run sapper output files from my own nodejs server, which runs other things, like for example a middleware to get country code,...

Yes I face the same issue when wanting to prerender ``` |--posts |----posts1.html |----posts2.html |--posts.html ``` But I digress, the solutions are always there, either use `index.html` folders (gruesome), or...

my solution would be to split the app.module into two, one app.module that has everything except route, and a app.browser.module that imports it and adds the route, and of course...

@markharding excuse my ignorance, but does that match ``` import * as xhr2 from 'xhr2'; xhr2.prototype._restrictedHeaders = {}; ``` Or is it a better or more recommended way?

The trick was doing this: ``` ```

@DjovDev yes but do you think silencing this issue is safe enough? any security side effects?

I understand it must be known initially, but in order to check the visibility flag, it should be something like this (for example) ``` if (features && permissions) setVisibile(true) ```...