Assuming I have PageComponent and it's accessible via a Selector and also in the Router as a Route, how can I tell if the Component is loaded via the selector &
I just choose standalone angular project from the templates, after I give it a name, set the location and press create it gives me this. I checked the visual st
I'm sort of new to Angular and I'm working on a small project for an internship. I created the front-end and sending data into the database, but now I'm having
I am trying to use the ngb bootstrap on my Angular project. Every components on ngb throws me an error My package.json and my app.module.ts Did I do so
in safari i am having problem to execute getDisplayMeDia because it needs user gesture to call the method. how to surpass this steps. how can i call getDisplayM
Following are the steps i have taken I created a new project of ionic 5 using ionic start template blank updated angular to angular 9 created a new page module
I have declared some css styling in global style.css file which is src/style.css in my angular project. In one of my component I want to alter some styling and
I am trying to place an image(which is a close button) on iframe at the top-right corner, the iframe and image are loaded from js function in angular, I have pl
I have a message board that I want to add delete buttons to, unfortunately the mat-flat-button seems to be doubling the height of the message items. If i set it
Why does the page load with both radio buttons deselected? colorSchemes is an array with 2 items. <ion-radio-group (ionChange)="radioGroupChange($event)" #ra
I'm building a web application. The frontend is in angular and the backend in .Net Core. Currently, I'm doing the following, to build my final docker image: Bui
I'm very new to docker. I have a mean stack app that and have configured the dockerfile for frontend and backend as you can see below. When I run docker-compose
I have the below code in my component: if (form.controls['minRange'].hasError('min')) { form.controls['minRange'].setErrors({ min: true }); } I am
with Angular 13 I'm seeing deprecations for the usual compiler tools to instantiate an NgModule and Here is my usual go-to code for loading a module contain
I have multiple columns groups in my Ag-Grid Column Definitions and in them first one static pinned columns and remaining groups will be calculated based on giv
Good evening everyone! I'm having a few issues with Angular lately. I'm new to Angular, so I'm encountering lots of errors here and there. Thankfully, I've got
I am working on an Angular app that needs to fetch a certain post with a given ID, its respective tag names and comments from Wordpress REST API. This applicati
I'm trying to enlarge the arrow of the Navigation of my swiper. I found that it is control by this CSS ".swiper-button-next::after", which is defined in swiper.
I'm trying to enlarge the arrow of the Navigation of my swiper. I found that it is control by this CSS ".swiper-button-next::after", which is defined in swiper.
I have 2 components: HomeComponent and CityComponent. They do not have any relationship. After navigating back to the HomeComponent, the state of the CityCompon