We can create a component that’s shared by a few other components. In Ionic 3, we have to declare the component in @NgModule. Ionic 3 also supports lazy loading and each page is itself a module. We cannot declare a component in two modules. I’ll show you how to wrap the component in its own module and share that in different modules.
Category Archives: Uncategorized
Don’t Fall to the Trap of a Reset Button
Reset button will clear all inputs. If you add a click event handler to reset your form within your values, it won’t do as you expect. Find out more. Learn how to add an asynchronous form validation in Angular. A native image can improve .Net application performance. Learn how to generate native image in .Net framework and how to troubleshoot problems. There are many z-wave devices on the market. OpenHAB can support them via its z-wave biding. It may be frustrating if a device cannot be added to the z-wave network. This post tells you how to add z-wave controller and points out tricky steps in adding a z-wave device.
Posted inUncategorizedLeave a comment on Don’t Fall to the Trap of a Reset Button
Asynchronous Form Validation in Angular
.Net Framework Native Image and Troubleshooting
Adding z-wave to OpenHAB