105. Building and Using a Dropdown Directive

6:25 2 Garsiakalbiai 2 Skyriai 133 segmentai

Skyriai

  1. 0:02

    Welcome back to the recipe book. We already use ngif and ng4 in this section, so we're already using directives. But now I want to enhance this project by adding our own directive, which allows us to open the dropdowns, which don't work as …

  2. 5:03

    I can use it. I can use it in the detail component. Here, I have to use it on the div or on the element where open should be attached to in the end. So in this case, the div with the button group class. And here, I'll add my own app dropdow…