tech/webdev magazine

July 27, 2016

How to Build Nested Model-driven Forms in Angular 2

Wednesday, July 27, 2016 Teklinks

Angular has recently introduced a new forms module and deprecated the existing one. With the new forms module, we can build complex forms with even more intuitive syntax. In this article, we will learn about how to build a nested model-driven form with validation using the latest forms module.

Full article

July 26, 2016

The Service Worker Lifecycle

Tuesday, July 26, 2016 Teklinks

If you have worked with Service Workers, you may have run into some issues with previous Service Workers still being in control of a document, even though the file itself has been updated.

Full article

Create a Globally Available Custom Pipe in Angular 2

Tuesday, July 26, 2016 Teklinks

In this tutorial, we will learn about what is pipe, how to build a custom pipe, how to make the pipe available application wide. Live example here in plunkr. Angular 2 comes with a stock of pipes such as DatePipe, UpperCasePipe, LowerCasePipe, CurrencyPipe, and PercentPipe.

Full article

The 15 Best Free Project Management Apps

Tuesday, July 26, 2016 Teklinks

Projects can quickly take a life of their own, spiraling out of budget and taking far more time than planned. Project management software can help—but it adds an extra item to your already-strapped budget. Don't worry. There are still great, free project management options for you.

Full article

Exploring the Physical Web (Without Buying Beacons)

Tuesday, July 26, 2016 Teklinks

The Physical Web is still pretty new, but the basic idea is that the Physical Web lets you broadcast any URL to the people around you. Awesome, right? The Physical Web lets you anchor URLs to physical places by way of a BLE beacon, effectively allowing you to “park” a webpage, link to a file, etc., wherever you want.

Full article