May 19, 2020May 22, 2020Development Easy Angular @ViewChild An introduction into using Angular’s @ViewChild to manipulate the DOM along with Renderer2.
April 30, 2020April 30, 2020Development Easy Angular Testing – UI Elements – Datepicker and Navigation Components In this post we build a solution using the Datepicker, Sidenav and Toolbar, that gives us a line of a cheesy poem when we select a month. Then we test it!
April 16, 2020April 16, 2020Development Easy Angular Testing – UI Elements – Input, Form Field and Autocomplete In this post, we set up a form with a few inputs and test the input, autocomplete, and even some validation!
March 30, 2020March 30, 2020Development Easy Angular Testing – UI Elements – Select, Radio Button and Checkbox In this example, we set up a form to order a sandwich, and test the Material Select, Checkbox and Radio Buttons used in the form.
March 9, 2020March 27, 2020Uncategorized Easy Angular Testing – UI Elements – Slider and Slide Toggle In this post we dive into both the slide-toggle and slider by developing a color selection tool.
February 24, 2020March 27, 2020Development Moving Elements Around the Snackbar with Angular Pushing UI elements around based on snackbar notifications, using CSS and Javascript.
February 21, 2020March 27, 2020Uncategorized Easy Angular Testing – UI Elements – Stepper In this post we set up a simple shopping cart workflow, and test the Material Stepper.
February 6, 2020March 27, 2020Development Easy Angular Testing – UI Elements – Tab and Expansion Panel In this post, we explore both the tab and expansion panel, building a simple example and then testing it.
January 30, 2020March 27, 2020Development Angular Custom Elements In this post, we build a custom Angular element to use in a legacy jquery application.
January 23, 2020March 27, 2020Development Easy Angular Testing – UI Elements – Button Toggle In this post, we look into the Material Button Toggle by embedding it in a form, and testing its functionality.