Make a simple Angular 2 SPA
Learn how to make a simple SPA using Angular 2. Just make two pages. Then, know how to use Angular 2 Router to make links for navigation and redirection.
Learn how to make a simple SPA using Angular 2. Just make two pages. Then, know how to use Angular 2 Router to make links for navigation and redirection.
Make an AngularJS directive to remotely validate an email field in a form. This example can also be applied to remotely validate any field in a form.
Many AngularJS modules means many script tags. Eliminate all these script tags by putting all these AngularJS files into one JavaScript file using Gulp. Use Gulp to watch any changes in the files for automatic concatenation and live reload.
For mobile, Ionic has got you covered with its Ion-List. But currently (version 1.3.8
), a CollectionView in Ionic, that should look and work like iOS' UICollectionView, has not been implemented. But there's a simple workaround. It (mostly) depends on the CSS.
JavaScript is advancing. It's making the web and native mobile development even better. Thanks to smart people around the world, we have these powerful frameworks. The top three are BackboneJS, EmberJS and AngularJS. But which one to choose? These articles should help you decide whether you're an experienced JavaScript developer or just beginning!