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.
Tag Archives: Ionic
Asynchronous Form Validation in Angular
Learn how to add an asynchronous form validation in Angular.
Ionic Framework Select on Windows 10 Mobile
Ionic provides a select element. But it doesn’t work when you tap on the element on Windows 10 Mobile. There is a solution to it.
My First Cordova Project
A tutorial to start a Cordova project in Visual Studio 2015.