My variables are undefined but im using .env file in the root of the project that same way it is described in the documentation. Also adding condif imported fro
I have a list of strings like this: ['Aden', 'abel'] I want to sort the items, case-insensitive. So I want to get: ['abel', 'Aden'] But I get the opposite
a query related to firebase presence app using javascript sdk. I have seen that there is 60 seconds buffer after the internet is disconnected after which the en
I am trying to implement a fixed size array of 32 bit integers, but the size is determined at runtime so it has to be heap allocated. Would it be more efficient
I have a bunch of mkv files, with FLAC as the audio codec and FFV1 as the video one. The files were created using an EasyCap aquisition dongle from a VCR analog
When, I am hitting one API calls from Angular to Backend, the API call I can see in "Network" section of "Developer's tool"(ctrl+shift+i). I want to hide the AP
Below codes on Spartacus version 2.0 work fine. the template file: <ng-container *ngIf="data$ | async as data"> <cx-media [container]="data.media" [t