Quantcast
Channel: angular.org.il
Browsing all 175 articles
Browse latest View live

Shrinking Angular Bundles with the Angular Build Optimizer

Beginning with version 1.3.0-rc.0, the Angular CLI makes use of the Angular Build Optimizer. This is a nifty tool that transforms the emitted JavaScript code to make tree shaking more efficient. This...

View Article


Angular Router: An Introduction to Component Routing — SitePoint

In this part, we will introduce Angular router and learn how it can update our application when the browser URL changes and vice versa. We will also learn how we can update our application to resolve...

View Article


What’s new in Angular CLI 1.4? | Ninja Squad

Angular CLI 1.4.0 is out with some nice new features! If you want to upgrade to 1.4.0 without pain (or to any other version, BTW), I have created a Github project to help: angular-cli-diff. Choose the...

View Article

Conditional Router Outlets Mostly Work In Angular 4.4.0-RC.0

By Ben Nadel on September 15, 2017 Tags: Javascript / DHTML I started digging into the Angular 2 Router a year ago when Angular 2 was still just a release-candidate (RC). At the time, the in-built...

View Article

Angular ngDoCheck Life Cycle Hook – TekTutorialsHub

In this tutorial, we will learn how ngDoCheck lifecycle hook works. We will find out how to keep track of the changes to @Input properties using the DoCheck hook. We also look at the how key-value...

View Article


Best VS Code Extensions for Angular v2+ Development ― Scotch

Visual Studio Code is a brilliant editor that makes coding life much easier, especially for JavaScript developers. Source: Best VS Code Extensions for Angular v2+ Development ― Scotch The post Best VS...

View Article

Angular Runtime Performance Guide – The Oasis Digital BlogThe Oasis Digital Blog

Smooth, highly-responsive interfaces increase users’ confidence in an application and create an overall positive experience. Whereas small applications with simple interactions are built without a...

View Article

What’s new in Angular 5? | Ninja Squad

We made a little video to give you an overview of the new features. If you want to dive deeper into what has changed, keep on reading after watching it ;). Angular 5 is out! Which new features are...

View Article


Angular Elements and SPFx – Winsmarts.com

Angular is pretty good. But it likes to own the page, if not the whole website. It is hard to, a) Have Angular co-exist with other stacks b) Inject angular for one small quick job c) Package an angular...

View Article


Image may be NSFW.
Clik here to view.

Angular Material — Part 4: Data Table – CodingTheSmartWay.com Blog – Medium

This post has been published first on CodingTheSmartWay.com. This is the fourth part of the Angular Material series on CodingTheSmartWay.com. In this part, we’ll be focusing on Data Tables. Of course,...

View Article

Image may be NSFW.
Clik here to view.

Faster Angular Applications – Part 1. On Push and Immutable.js · Minko...

Articles about computer science, Angular, JavaScript, and compilers. Source: Faster Angular Applications – Part 1. On Push and Immutable.js · Minko Gechev’s blog The post Faster Angular Applications –...

View Article

Creating An Input-Driven AutoFocus Directive In Angular 5.0.2

HTML form elements already provide for an “autofocus” attribute that will pull focus to an input field after it is rendered on the page. This is great for static pages; but, in my experience, using the...

View Article

Handling Global Keyboard Shortcuts Using Priority And Terminality In Angular...

By Ben Nadel on December 4, 2017 Tags: Javascript / DHTML Consuming global keyboard shortcuts in an Angular application (or any application for that matter) is a non-trivial task. Global key-event...

View Article


Image may be NSFW.
Clik here to view.

Creating PWA with Angular 5. Part 2: Progressifying the application

This is the continuation of my previous article, where we’ve created our first Angular 5 application. And I hope everybody has a successfully hosted project on github-pages. But if you’re just joining...

View Article

Using Data Attributes To Pass Configuration Into An Event Plug-in In Angular...

One of my favorite features of Angular is the ability to provide custom event bindings using the EVENT_MANAGER_PLUGINS collection. This feature allows you to create a clean abstraction around how...

View Article

Browsing all 175 articles
Browse latest View live