Tag: coding
-
Why is toggling a search box in a header so difficult in Angular 2?
In Angular 2 I have the following pseduocode… … As you can see I have a header with a search form container that has the class ‘visible’ when the variable ‘showSearch’ is true, and ‘invisible’ otherwise. As a component by itself with this html, this works fine. When the user clicks the search icon showSearch…
-
Working on a mini code sprint
Today is March 20. I have until Apr 8 with three other group members to make a family tree viewer that can impress Greg. 19 days of hard work and also studying up on design patterns will be used during this time. Since I have been put onto a new team, I still have to…