
Modern Angular 1.x Essential Interview Questions
Angular 1.x has changed a lot with 1.5 introducing .component(), and with this it brings a whole new light to interviewing. At many previous jobs I’ve interviewed many developers on Angular, JavaScript in general and combining the two. This is my list of what I’d consider “modern Angular 1.x” interview questions, with a focus on component architecture and modern “best practices”. Some are easy, some are hard - take your pick!
Angular 2 — Take Advantage Of The exportAs Property
You wake up in the morning, and you decide to be a good developer by creating an open source Angular 2 directive. The directive will allow his consumers to create dynamic tooltips quickly.

Using MVC 6 And AngularJS 2 With .NET Core
In this article, we are going to explore .NET Core and learn how to use MVC6 & AngularJS2 and how to manage client side dependencies with Node Package Manager (NPM).

Angular Native is here!
NativeScript 2.3 provides you with a 100% free and open source toolkit to build mobile applications with the Angular you know and love, all combined with the best possible developer experience. It’s as simple as building a web app, but with all the performance you would expect from native.
Oh and NativeScript is 100% free and open source. Sound too good to be true? Let us prove it.
Look Ma, No Server: Developing Apps with Angular 2 MockBackend
Getting your front-end and back-end teams up to full speed is certainly something each company is looking for. Often though, what happens is that the teams fall into the pit of blocking dependencies. Those are situations where the upcoming work of one team is blocked by a user story owned by the other team.

Angular 2 Security — The DomSanitizer Service
Cross-site Scripting or XSS is probably the most common website security vulnerability. It enables an attacker to inject client-side script into web pages viewed by other users.
Angular 2 Application with Refreshing Data in Real Time
Angular 2 was released in October this year. On the Internet you can find more and more tutorials which shows how to build a simple application. This tutorial is quite different from them. It shows how to build an Angular 2 application where we’re going to focus on architecture which will periodically pull data from backend to keep fresh data on UI.