Please help, I want to make a method findChildByIdInShop(shop:any, childId:string) where the shop is any JSON main node that has children with Ids. Simply, how
I am trying to read a file csv located on the web synchronously. Given the following code export class AppComponent implements OnInit { nam
I have a project that I created with the ASP.NET with Angular Visual Studio template with the individual accounts authentication type. I then added Google authe
I was trying to use crypto.randomUUID in my angular app v13.1, but it seems not to be available. Gives us this error if you try: TS2339: Property 'randomUUID'
I'm quite new to all that technologies, but trying to develop an android app with Ionic 6 and Angular 9, compiling with Cordova and publishing in Google Play. E
I have the following nested dropdown list. The child items are initially hidden and clicking on the parent toggles an "open" class to display the children. I am
I have no idea about JS. But there is needed one line of code. i have below JS code. const quillEditors = document.getElementsByTagName('quill-editor'); f
guys. How to get values from an array of the nested object, which I getting from the parent component. For example: @Input() result?: FullResult; construc
There is a problem with FormGroupDirective dependency injection. I have an example of relation component to each other: <app-component-group> <child-
How does Angular differentiate between refresh event and close browser/close tab event? I tried to listen to the event beforeunload, but I found that this event
I'm on windows and want in my angular project the cli to create components with CRLF endings. Right now angular CLI creates scss file with CRLF and other files
I'm on windows and want in my angular project the cli to create components with CRLF endings. Right now angular CLI creates scss file with CRLF and other files
I am trying to implement Sign in with Apple in Angular website. The flow of implementation starts with adding in the index.html file. Then created a service ca
I need to draw a rectangle inside an image recording to x,y. I used a canvas tag and inside it I used an img tag but the image didn't appear because the canvas
how to disable angular material typography styles after installed angular materials? It is changing my visual style and it is not easy to overwrite. I dont need
I'm new to both Cypress and Azure AD, but I've been following the steps described here to create Cypress tests on an existing Angular app that uses Azure AD. It
I'm building an Angular app that lazy loads modules without routing, simulating plugins. I have this function in a Service that loads a module (hardcoded right
Hei friends,I'm kind rusty on mvc I need help. This is the cshtml ,my html and script is in the same page ,I want to render angular html Without refreshing page
Note: I know the subject looks similar to that other question, but it is different I have angular app that calls Google API (gapi). I have functions that call g
How to change the color of a border of a mat-form-field ? (The border when the field is selected) thx ^^ screen .search { display: flex; justify-content: ce