Announcing TypeScript 2.2 | TypeScript
Today our team is happy to present our latest release with TypeScript 2.2! For those who haven’t yet heard of it, TypeScript is a simple extension to JavaScript to add optional types along with all the...
View ArticleAngular Forms in Depth
Victor Savkin is a co-founder of nrwl.io, providing Angular consulting to enterprise teams. He was previously on the Angular core team at… Source: Angular Forms in Depth The post Angular Forms in Depth...
View ArticleThree things you didn’t know about the AsyncPipe by thoughtram
This article explains three lesser known features of the AsyncPipe that help us to write better async code. Source: Three things you didn’t know about the AsyncPipe by thoughtram The post Three things...
View ArticleHello World: Concurrency In Node.js Using The Cluster Module
… This got me thinking about Node.js’ Cluster module. I’ve never actually used the Cluster module before; mostly I just help maintain existing Node.js code rather than write it from scratch. But, the...
View ArticleWhy WebAssembly is a game changer for the web — and a source of pride for...
With today’s release of Firefox, we are the first browser to support WebAssembly. If you haven’t yet heard of WebAssembly, it’s an emerging standard inspired by our research to enable near-native...
View ArticleThe 80/20 Guide to Async/Await in Node.js
Source: The 80/20 Guide to Async/Await in Node.js | www.thecodebarbarian.com The post The 80/20 Guide to Async/Await in Node.js appeared first on angular.org.il.
View ArticleEssential Angular: Dependency Injection
This is the fourth post in the Essential Angular series, which aims to be a short, but at the same time, a fairly complete overview of the key aspects of Angular. In this post, I’ll cover dependency...
View ArticleRelative Template And Style URLs Using System.js Without moduleId In Angular...
By Ben Nadel on March 22, 2017 Tags: Javascript / DHTML Once I learned that the in-browser TypeScript transpiler was dropping support for type-checking (one of the main reasons I’m using TypeScript),...
View ArticleTypeScript 2.1: External Helpers Library | Marius Schulz
TypeScript 2.1 introduces a new --importHelpers flag which causes the compiler to import helpers from tslib, an external helpers library, rather than to inline them into each file. You can install and...
View ArticleAngular: Angular 4.0.0 Now Available
Angular version 4.0.0 – invisible-makeover – is now available. This is a major release following our announced adoption of Semantic Versioning, and is backwards compatible with 2.x.x for most...
View ArticleWhat’s new in Angular 4? – Ninja Squad
Technically there are some breaking changes, explaining that’s why the major version number has changed. And, if you missed it, there is no Angular 3: the router package was in version 3.x, so instead...
View ArticleStack Overflow Developer Survey 2017
This year, over 64,000 developers told us how they learn and level up, which tools they’re using, and what they want. Source: Stack Overflow Developer Survey 2017 The post Stack Overflow Developer...
View ArticleAngular 4: Changes in the router – Yakov Fain’s Blog
Angular 4 comes with some useful changes in the router. Let’s take a look at the changes in receiving parameters by a route and in the CanDeactivate guard (see here). Source: Angular 4: Changes in the...
View ArticleTop 27 Angular 2 Components for Web Developers – Colorlib
It doesn’t often happen that a framework takes over the landscape of web development in just five years, but suppose that you either make something that sticks, or you don’t. Angular — which is Google...
View Article6 Reasons Why JavaScript’s Async/Await Blows Promises Away
In case you missed it, Node now supports async/await out of the box since version 7.6. If you haven’t tried it yet, here are a bunch of reasons with examples why you should adopt it immediately and...
View ArticleLooping Over Maps and Sets in Angular 2’s ngFor | WebCake
I’ve been finding myself using Maps and Sets quite a bit lately. This is becoming especially true when I traverse through an array, or array of arrays, reducing it down to a set of unique, or key-value...
View Articlengrev/README.md at master · mgechev/ngrev
ngrev Graphical tool for reverse engineering of Angular projects. It allows you to navigate in the structure of your application and observe the relationship between the different modules, providers...
View Article7 Angular Tools That You Should Consider – Minko Gechev’s blog
In this article we’re going to quickly explore 7 Angular development tools which can make our everyday life easier. The purpose of the list is to not be opinionated architecture wise. This means that...
View ArticleWhat’s new in Angular 4.1? | Ninja Squad
This will be a short blog post, because there are not a lot of new features… The most part of the work has been done on the official docs, which are now an Angular CLI app, and this migration takes...
View ArticleInspiration for Custom Decorators in Angular – NetanelBasal
This post assumes that you at least have some working knowledge of Angular and Decorators. If you have no prior knowledge on the subject, you can read the following articles: Make your Code Cleaner...
View Article