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

i have this error : ERROR Error: Uncaught (in promise): Error: The pipe 'async' could not be found! #109

Closed
chanez2020amk opened this issue Oct 12, 2020 · 1 comment

Comments

@chanez2020amk
Copy link

chanez2020amk commented Oct 12, 2020

i work with angular9 and real time firebase

i don't know where is the problem i tried a lot of things but why dont work

if someone can help me

this is my templet html

`
<tr
*ngFor="let command of commande$ | async">

                            <td>  {{command.payload.val().dateCommande}} </td>
                           </tr>`

the service file

getcommandesList() { return this.db.list(this.dbPath).snapshotChanges(); }

the typeScripte file i inserte this instruction in the constroctor

this.commande$=this.comService.getcommandesList();

@VadimDez
Copy link
Owner

It seems to me that this has nothing to do with the ngx-order-pipe library

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

2 participants