17. Explain the following code:

{{hotel.name}}

Here, setFinalFilter is a custom filter used on the hotels object. The result would display the name of filtered hotels in ascending order of their minPrice.

Leave a Reply