primeng-dialog Questions
3
I am using primeng confirmDialog which required the confirmationService in my Angular 10 project but nothing is shown at localhost:4200 and I got the following error in Chrome console.
ERROR NullIn...
Atlee asked 26/8, 2020 at 14:6
7
Solved
I have an Angular2 app using PrimeNG components.
I want a dropdown inside a dialog box. However, when i have implemented this, the dropdown is cut off by the limit of the dialog box as shown in th...
Embodiment asked 8/11, 2016 at 10:36
5
Is there a way to define a custom header template for a dynamic dialog?
For the normal dialog you have the possibility to define the p-header tag, with your custom html code.
But I don't find any w...
Afresh asked 3/9, 2020 at 13:17
8
Solved
How to call angular function when click p-dialog close(X) button?
I have searched and just tried this (onHide)="cancel()" . But it's not working. Kindly share your solutions.
I know we can use...
Rodas asked 8/5, 2017 at 12:56
3
Solved
I am using the PrimeNG dialog component and I have a modal dialog from which, on the click of a button, I want to show another modal dialog.
What is happening is that my second modal dialog is not ...
Elna asked 22/12, 2016 at 18:15
0
I want to display a PrimeNG dynamic dialog, if the user is unauthorized (status == 401).
But if I want to open the dialog, I get an error:
NullInjectorError: No provider for DialogService!
I solve...
Sanies asked 2/9, 2020 at 13:38
2
Solved
I am using a p-dialog PrimeNG component in my Angular 5 application like this:
<p-dialog [(visible)]="displayModal" [modal]="true" [width]="500" [height]="450" >
<p-header> Title <...
Resort asked 17/6, 2018 at 4:33
1
Solved
Currently I am using dialogs from PrimeNG like this:
<button type="button" class="button button-3 button-3a"
(click)="openCloseFront()"><iclass="fa fa-eye"></i>View Image
<...
Vyky asked 19/6, 2019 at 8:48
1
Solved
I am working on an Angular migration project where the code is being refactored from AngularJS to Angular 5. Here is the AngularJS code snippet.
HTML
<ul >
<li ng-if="participant.report...
Flightless asked 18/5, 2018 at 17:25
1
Solved
I am struggeling with an angular/primeng problem. i am new with angular4 and i am trying to open and close a dialog as an own component. I have a list-component where a datatable loads all data. If...
Aventurine asked 3/11, 2017 at 10:22
1
© 2022 - 2024 — McMap. All rights reserved.