Building Angular 2 Web and Native Apps from a Single Codebase -Telerik...
Jen Looper walks through the Angular 2 Advanced Seed project designed to optimize sharing code between a mobile, desktop and web application. Source: Building Angular 2 Web and Native Apps from a...
View ArticleAngular 2 best practices: Change detector performance
Follow these Angular 2 best practices to eliminate needless change detection, making your web app faster and cleaner. Source: Angular 2 best practices: Change detector performance The post Angular 2...
View ArticleUpdating Angular 2 Forms with patchValue or setValue
Setting model values in Angular 2 can be done in a few different ways, however with reactive forms things are extremely easy to do with the new form APIs. In this post we’ll dig a little deeper as to...
View ArticleNative JavaScript Development after Internet Explorer
Adrian Sandu completes his series on life after oldIE’s retirement, looking at what is now possible with native JavaScript across the major browsers. Source: Native JavaScript Development after...
View ArticleAngular 2 — New features in Angular 2.3 – Google Developers Experts – Medium
A review of new features included in Angular 2.3: Components Inheritance, ViewContainer, Angular Version and Language Service for templates… Source: Angular 2 — New features in Angular 2.3 – Google...
View ArticleManaging State in Angular 2 Apps with ngrx/store
Pietro Grande looks at the problems caused by shared mutable state, and how to avoid them with a one-way data flow like Redux with the ngrx/store library. Source: Managing State in Angular 2 Apps with...
View ArticleHow to upload a file (image) from angular2 to asp.net core – Michal Dymel –...
Today, at work, I spent quite a long time on figuring out, how to handle file upload, image to be exact, from angular2 app to backend in ASP.NET Core. I thought it’s a good idea for a post – maybe it...
View ArticleLearn Docker by Building a Microservice
If you are looking to get your hands dirty and learn all about Docker, then look no further! Source: Learn Docker by Building a Microservice The post Learn Docker by Building a Microservice appeared...
View ArticleAngular: Angular Material Beta Release, New Flex-Layout library
We’re sneaking in a little holiday gift at the end of the year: two new beta releases for developers to try out with the latest version of Angular. Source: Angular: Angular Material Beta Release, New...
View ArticleServer-Side Rendering in Angular 2 with Angular Universal | Scotch
Server-side rendering is a headache and if you ever worked with Angular 1, you should be worried about how Angular 2 plans to handle it. Server-side rendering in Angular 2 is often-times also called...
View ArticleReal-time applications using ASP.NET Core, SignalR & Angular – chsakell’s Blog
Real-time web applications are apps that push user experience to the limits while trying to immediately reflect data changes to a great number of connected clients. You make use of such application…...
View ArticleWhat’s new in Angular 2.3 and 2.4? – Ninja Squad
Angular 2.3 and 2.4 are out. Which new features are included? Source: What’s new in Angular 2.3 and 2.4? – Ninja Squad The post What’s new in Angular 2.3 and 2.4? – Ninja Squad appeared first on...
View ArticleWhat are Progressive Web Apps? | The Official Ionic Blog
By now, you’ve probably heard that Progressive Web Apps are the future of all mankind. They’ll bring world peace, end hunger, save the rainbows and unicorns, bring balance to the force, and a whole lot...
View ArticleWhat .NET Developers ought to know to start in 2017 – Scott Hanselman
Source: What .NET Developers ought to know to start in 2017 – Scott Hanselman The post What .NET Developers ought to know to start in 2017 – Scott Hanselman appeared first on angular.org.il.
View ArticleWebAssembly Is Overdue: Thoughts on JavaScript for Large Projects
Sebastian Peyrott shares Auth0’s experience of using JavaScript for large projects, taking a critical look at its features and the future of the ecosystem. Source: WebAssembly Is Overdue: Thoughts on...
View ArticleAngular: Understanding AOT and Dynamic Components
Source: Angular: Understanding AOT and Dynamic Components The post Angular: Understanding AOT and Dynamic Components appeared first on angular.org.il.
View ArticleA Taste from Angular Version 4
Let’s see two new features that are going to be in Angular version 4. ( unless something will change ) Source: A Taste from Angular Version 4 The post A Taste from Angular Version 4 appeared first on...
View ArticleTemplate vs. ng-container For Grouping DOM Nodes In Angular 2.4.4
Ben Nadel explores the ng-container directive in Angular 2 and compares it to the template directive which can also be used to group and conditionally render HTML fragments. Source: Template vs....
View ArticleUsing Form Controls Without FormsModule Or NgModel In Angular 2.4.1
Ben Nadel demonstrates how to use form controls in an Angular 2 application without having to rely on ngModel. This is nice for one-off inputs where you don’t want to import the whole FormsModule....
View ArticleSize of Angular applications
In this post I will examine how Angular applications grow in size when moving beyond the “Hello World” baseline example. Source: Size of Angular applications The post Size of Angular applications...
View Article