How to make a popover *not* close automatically after i click anything inside its content???
Reddit » Angular
by /u/weirdkaktus
4h ago
Using bootstrap 5.3 I have a popover which contents are some inputs and a button, I can't click on the input to write and I can't click the button bc it will automatically close. this is the popover button which triggers opening the popover: <button type="button" [ngbPopover]="popContent" [popoverTitle]="popTitle"> Cambiar contraseña </button> I've tried all of this, and anything in this list has not worked: - autoClose="false" - #popover triggers="manual" (click)="popover.toggle()" <---- [this one make the popover unable to open] - trigger="manual" <--- [tried without ..read more
Visit website
Need help implementing a simple resource allocation gantt.
Reddit » Angular
by /u/ShakeelaONeil
10h ago
Hi, I am looking for open source packages to implement a simple resource tracking Gantt chart. All my research has led me to licenced libraries. If anyone in the community is aware of any open source solutions please do share. Attaching a reference for what I'm trying to implement. Any suggestions or pointers would be extremely helpful. Thank you submitted by /u/ShakeelaONeil [visit reddit] [comments ..read more
Visit website
Ng serve -o not updating automatically
Reddit » Angular
by /u/Naxie110
12h ago
Hi guys. Using VS Code on windows, everything is on their latest/LTS version. VS Code auto save is on. Just a basic app. Everything was fine just yesterday. But from today it's not rebuilding when the files are being changed. I've to hit ctrl+c & then run ng serve -o again to see my changes. Any idea what can be done? I'd vs code user installer installed, now installed as admin systemwide. Same issue. submitted by /u/Naxie110 [visit reddit] [comments ..read more
Visit website
Is Prod urls safe in environments.ts
Reddit » Angular
by /u/starsoftheocean
18h ago
I had a security scan run in an application and prod urls were exposed in constants so i moved it to environment file but still it is visible . Is there any way to mask the prod url in angular submitted by /u/starsoftheocean [visit reddit] [comments ..read more
Visit website
Angular 18: What New Feature Are You Most Excited About?
Reddit » Angular
by /u/AngularMinds
19h ago
The upcoming release of Angular 18 brings a wave of exciting features for developers. But with so much to choose from, which one are you most eager to try out? Cast your vote and share your thoughts in the comments below! Poll Options: Supercharged Speed: Faster loading times and smoother performance for my apps! Effortless Forms: Say goodbye to form-building struggles! Navigation Made Easy: Create a seamless user journey with enhanced navigation controls. Improved Debugging Tools: Squash bugs faster with visual aids and profiling tools (if available). Something Else (Specify in Comments): L ..read more
Visit website
Top Angular 18 Features and Updates
Reddit » Angular
by /u/AngularMinds
19h ago
Angular has always been on a consistent path to bring innovation to meet the demands and overcome the challenges of developers. With each version, new features, optimizations, and improvements come forth. The next version of Angular 18 is what the Angular community is looking forward to. The Angular 18 release date is expected to be in May 2024. There is a multitude of new features that will be added in the major release. read full blog on the latest Angular 18 features and updates here:- https://www.angularminds.com/blog/angular-18-features-and-updates submitted by /u/AngularMinds [visit re ..read more
Visit website
Filtering on @for in Angular 17
Reddit » Angular
by /u/jjhdzl55
1d ago
Im learning Angular 17, and I cant replicate this in new Angular: <div *ngFor="let item of data | filter: NAME"> {{ }} </div>item.NAME Im using @ for instead of *ngFor @for (item of data; track item.NAME ) { } But can't add a filter, does anybody knows how can I filter the data? submitted by /u/jjhdzl55 [visit reddit] [comments ..read more
Visit website
Angular Holiday Appartement blueprint
Reddit » Angular
by /u/Strong-Bread3818
1d ago
Hey Reddit, i want to Develope a Website for an hollyday Appartement and i am searching for a Page/source where i can See how other people already Programmed different bkueprint Designs, for example Heros or other Basic Page Elementes submitted by /u/Strong-Bread3818 [visit reddit] [comments ..read more
Visit website
SAP: i find big problem in ViewChild , context : MatDialog
Reddit » Angular
by /u/Salt-Engineering-422
1d ago
hello everyone , i will try to explain my problem: i have a component A , in this component i have a clickButton that open a MatDialog (we will name it B) , i pass data to this matDialog by a basic config Material etc.. in this MatDialog i have a case where I should display a dynamic complex table inside it , so i did something like this : passing the templateRef from A to Dialog (B) => generating dynamic html displaying the content an ngTemplateOutlet displaying work :) now in my dialog i have a submit Button that should take some Data from the Table: public validate(objects?): void ..read more
Visit website
How should I split up a complex component?
Reddit » Angular
by /u/freew1ll_
1d ago
I'm working on a dashboard with a variety of complex tables and graphs where most of the processing has to be done on the front-end. The component file was starting to get a bit cluttered, so I've been moving the table/graph logic to separate .ts files within the same folder, and just importing them when necessary to lean out the main component.ts file. It's not the perfect solution as sometimes there are common 'util' type functions that need to be used in these different files, which we have in a utils.ts file, but I've never really been a fan of util files. I thought about making separate ..read more
Visit website

Follow Reddit » Angular on FeedSpot

Continue with Google
Continue with Apple
OR