DEV Community

Jexia
Jexia

Posted on • Updated on

Master the World of Angular - Issue #11

Weekly · Andrey Kutsenko · July 22 · Join for free or add the newsletter rss

Master the World of Angular. Each week Andrey Kutsenko serves the finest articles about the theories, trends, tools and topics.

Andrey uses Angular to build developer platform Jexia. Are you an advanced Angular user? Stay ahead with his Angular Ninja Newsletter.


Fundamentals

Angular internationalization

Internationalization (i18n) is the process of developing products in such a way that they can be localized for languages and cultures easily.

One-way template expression binding mechanism in Angular

One of the key features of Angular is DOM updates, template and property binding.

Real World App - Part 21: service workers (PWA) with Angular

This is Part 21 of our Real World App series. For other parts, see links at the bottom of this post or go to https://blog.realworldfullstack.io/.

What's new in Angular 7?

Let’s introduce added and modified new features of Angular 7

Best-practices

5 learned lessons with Ionic 3

Ionic is an open source framework and SDK for building hybrid mobile apps.

D3.js for the busy Angular developer

It's not that hard to use D3.js and Angular; the awesome ngx-charts library exists! Stephan Rauh explains how to them use together correctly without going nuts.

Automatically unsubscribe from Angular components

In a project we were working on we had the issue of having to manually unsubscribe subscriptions we created inside our Angular components. 

Tutorials

Turn your Angular App into a PWA in 4 Easy Steps

Make your app installable on devices by making it a Progressive Web App. Follow this guide and your app will use service workers to make it act like a real app!

Building an audio player app with Ionic, Angular, RxJS and NgRx Learn how to develop modern mobile apps with Angular, Ionic, RxJS and NgRx. Follow this tutorial to create a mobile audio player app.

Angular PWA pitfalls — how to address them with @ng-toolkit

The Angular team has done a great job by giving to the developers an ability to extend their applications with PWA functionality by one command.

Videos

Angular Date Pipe

Step by step beginner's tutorial on how to use Angular Date Pipe. 

My top 3 Angular HTTP operators

I've built and released 3 new RxJS operators for the needs I see the most often. I've packaged these and released them in a package called `http-operators`.

Angular 5 best practices - Sergey Morenets

Weekly · Andrey Kutsenko · July 22 · Join for free or add the newsletter rss

Top comments (0)