malcoded
Toggle Dark-Mode

Angular Top 20: What you should have read in 2018 so far

Discover the 20 best articles written in quarter 1 of 2018. Everything nicely sorted by topic!

5 Things that Improve your Angular Codebase Right Now!

Learn how to increase the quality of your angular code, by applying these 5 easy steps to your codebase!

Reactive Forms with Angular [Using easy Examples]

In this tutorial we are going to take a close look at one of the two ways to create forms in angular. The reactive forms. We will dive right into code and discover all the details about reactive fo...

Save Time and Effort with the Angular CLI (The Best Commands)

In this angular cli tutorial, we are going to take a look at the angular-cli and how to use it properly. We will discover all the different things the CLI can do for you, to take a lot of the work ...

Learn how to use GraphQL with Angular using Apollo (Step by Step)

In this tutorial you will learn how to setup your own GraphQL backend using node.js and express. Take a look at how you can easily integrate GraphQL into your angular application using Apollo Angul

Angular Top 50: What you should have read in 2017

Discover the 50 best articles about Angular written in 2017! All nicely sorted by topic and ready to be explored!

Building a REST-Backend for Angular with ASP.NET Core

In this tutorial we will take a close look at how to build a REST-API with the ASP.NET Core framework. You will not only learn how to create a ASP Core server-application from scratch, but also how...

Building a REST-Backend for Angular with Node.js & Express

Learn how to create your first REST-API using nodejs and express. Then discover how you can consume that API with your Angular application!

Angular: Everything you need to know to get started - The In-Depth Guide

In this getting started tutorial, I want to take you by the hand and give you a gentle introduction into the angular ecosystem. We will start from nothing, build our first angular app and then tak...

Why your Angular App is not Working: 11 common Mistakes

Resolving problems of your angular application can be very challenging. When your angular app is not working and all it gives you are some cryptic red lines in a console. But trust me, it does no...

Angular: Continuous Integration with Visual Studio Team Services

Learn how to set up a continuous integration environment for your angular applications in Microsoft Visual Studio Team Services!

Getting started with Typescript

You will probably agree with me, that Typescript is great. Also, that it takes some time to get used to, especially when coming from plain Javscript. In this post, we will take a closer look at the...

Connect your Angular App with your Backend using the Http-Client

Master the new angular HttpClient and connect your application with your back-end. Learn about making requests, reporting progress to the user and extending the HttpClient using interceptors!

Learn how to use Routing withing your Angular App

Learn how to use routing in your angular application using default routes, child routes, and router-outlets! If you have more than one page in your app, you should read this!

Lern how to split your Angular App into Modules [Includes Lazy-Loading]

Organize your application with modules, to make it scale-able and increase it's performance!

Angular Fundamentals: Services

Did you ever want to reuse your business logic at other parts of your app? Or did you want to have one central instance in your app, managing a certain task? Then services are made for you...

Angular Fundamentals: Dependency Injection

You can't call yourself an Angular developer, without knowing about dependency injection. Learn all about it in this article!

Learn how to use Components in you Angular Application

Following this tutorial, you will learn what angular components are and how they are used. We will take a look at templates, styles and data-binding. Afterwards we will discover how components can ...

6 talks every angular developer must watch

The best talks about angular 2 that teach you the basics and more advanced topics...

Hosting Angular on Azure Storage

Learn how to host your Angular application on Azure Storage and take advantage of the "pay what you use" pricing model!

Translate your Angular App with Pipes

Translating you app to other languages is a pretty common task. Unfortunately it can be a very frustrating and boring topic. You have to consider it in your app-architecture from the beginning, or.

Is Angular 2+ MVVM?

In this article we are gonna take a closer look at the MVVM principle in the context of angular. Does angular implement MVVM?