Ismael Ramos
Ismael Ramos
And what about the opposite? @zsolt-dev ``` const appConfig = app.get(AppConfigService); app.use(helmet({ contentSecurityPolicy: (appConfig.environment === 'localhost') ? false : undefined })); ``` That way we have enabled CSP in other...
Hi @Thavarajan ! That's weird, I have node 16 and npm 8, and no problem at all. ``` ismaestro@MacBook-Pro-Ismael angular-example-app % node -v v16.13.0 ismaestro@MacBook-Pro-Ismael angular-example-app % npm -v 8.1.0...
Hi @lisick69 no it's not possible sorry. If you want to develop the feature, you can make a MR to this [repo](https://github.com/Ismaestro/nestjs-example-app).
Please!!! Check this PR we need for our project! Thanks in advance!
This is blocking us to use state transfer in Angular Universal! Need Help please!!
sure it does, thanks @vladlensky !
@Thavarajan I've released a new version it should be fixed. Thanks for the report!
@lisick69 Hi there! I've released a new version where you can delete your account. :)
Fixed with this: ``` isBrowser: boolean; constructor(@Inject(PLATFORM_ID) private platformId: Object) { if (isPlatformBrowser(this.platformId)) { this.isBrowser = true; } } ``` ``` ``` Maybe you should add some documentation on this...
Done, and yes, it's working as expected. Thanks!!