Back to top
Yas Adel Mehraban (Yashints) | angular

15 posts tagged with "angular"

What`s new in Angular 8

You might already know that Angular 8 is out now, but what it means for you or your organisation is described below.

PublishedMay 30, 2019
Time to read4 min
angularwebdevshowdevRead more
Setting Google Analytics for Angular applications

Many a times we want to add some sort of analytics to our applications and for me the most obvious choice would be Google Analytics.

PublishedFeb 12, 2019
Time to read2 min
angulartag-managergoogle-analyticsRead more
The essential difference between pure and impure pipes in Angular and why that matters

When writing a custom pipe in Angular you can specify whether you define a pure or an impure pipe:

PublishedJan 31, 2019
Time to read6 min
angularpipesweb-development
Author: Maxim Koretskyi
Read more
Angular Virtual Scrolling

If you have followed my series on performance improvement, you would’ve stumbled upon my image optimisation post where I went through a series of steps to lazy load images on your page.

PublishedDec 06, 2018
Time to read4 min
angularvirtual scrollperformance tuningRead more
Use an Angular component inside a React application

With release of Angular 6, the team released Angular Elements which allows you to bootstrap Angular components within an existing Angular application by registering them as Custom Components.

PublishedJul 28, 2018
Time to read5 min
angularreactangular elementsRead more
Boost up your performance using Angular preloading strategy

Angular Router has been supporting lazy loading of child modules for a long time. What’s even more cool is that later on they added PreloadAllModules strategy so you can preload all of the modules in the background asynchronously. This will help boost up the loading time and performance tremendously.

PublishedJun 06, 2018
Time to read3 min
angularrouterpreloading strategyRead more
Angular and PWA, the life ahead of us

Progressive Web Applications (PWA) are getting more and more attractions by day. With recent move from DevKit team, adding service worker support to the latest version of Safari, and Microsoft adding progressive web applications to their store, we can see the importance of the key role PWAs play in today’s market.

PublishedFeb 09, 2018
Time to read14 min
angularapplication manifestpwaRead more
Making multi language Angular applications using ngx-translate

Are you working on an international product where you need to support multiple languages? Is your application written in Angular? Then this article might help you to get it done easier than ever.

PublishedJan 17, 2018
Time to read7 min
angularngx-translateRead more

When using reactive forms in Angular we usually avoid template based validation like required, maxlength and so on.

PublishedDec 19, 2017
Time to read4 min
angularcustom validationreactiveformsRead more
Setting up VSTS CI/CD for a SPA app using AngularCLI, ASPNetCore (Part 2)

In my previous post I showed you how to setup a build pipeline for a SPA application written in Angular using Angular CLI and ASP.Net Core as back-end. I promised back then to continue with the release as well, but have been pretty busy lately.

PublishedDec 18, 2017
Time to read3 min
angularaspnetcoreCI/CIRead more
How to use nested form groups using ReactiveForms in Angular

It’s been a while since I decided to write about reactive forms, as I believe they are an essential part of every developer’s life.

PublishedDec 15, 2017
Time to read4 min
angularformarrayformcontrolRead more
CORS issues when using Azure AD in ASP.Net Core and Angular

Recently, I wrote a post about using Azure Active Directory (AD) as authentication mechanism for a single page application written in Angular.

PublishedOct 01, 2017
Time to read2 min
angularaspnetcoreauthenticationRead more
Integrating your SPA with Azure AD

As a user I want to be able to login to system using my work account

This is one of the most famous lines in a user story in almost every project’s backlog.

PublishedSep 28, 2017
Time to read11 min
angularaspnetcoreauthenticationRead more
Preparation steps for Angular 2 migration

I’ve seen many ways to shape an Angular app in different companies. This means when we try to upgrade to Angular 2 some of them might be easy to migrate compared to others.

PublishedJul 13, 2016
Time to read6 min
angularangular 2componentRead more

Have you ever wondered why you angular code works perfectly in you dev environment but not in production?

PublishedJul 02, 2016
Time to read1 min
angulardependency injectionRead more