Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create method doesn't works if component's template uses pipes #302

Open
Alessio92 opened this issue Nov 13, 2020 · 0 comments
Open

Create method doesn't works if component's template uses pipes #302

Alessio92 opened this issue Nov 13, 2020 · 0 comments

Comments

@Alessio92
Copy link

I'm submitting a ...

[x] bug report
[ ] feature request
[ ] support request

Current behavior
I'm using Create method as factory to show my component as modal and this works fine, but if i'm using pipes (I found this bug using translation pipe) the component's template isn't full loaded, the labels are missings.

Expected behavior
I'm expecting that all pipes work propertly

Reproduction of the problem
i'm attaching an example of this bug using a simple sum pipe -> https://stackblitz.com/edit/angular-gb75b7?file=src/app/confirmation-modal.component.ts
The result of pipe is hidden when component is loaded from Create method

What is the motivation / use case for changing the behavior?
I'm using modal with translation pipe

Please tell us about your environment:
Windows 10
Node 12.16.3
Angular 8.2

  • Smart Modal version: 7.4.1
  • Angular version: 8.2.14
  • Browser: All
  • Language: All
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant