tech/webdev magazine

Showing posts with label angular. Show all posts
Showing posts with label angular. Show all posts

November 16, 2020

Version 11 of Angular Now Available

Monday, November 16, 2020 Teklinks

Welcome to the Angular version 11 release. Version 11.0.0 is here and we’ve got some great updates for Angular developers everywhere. This release has updates across the platform including the framework, the CLI and components. Let’s dive in!

Full article

October 20, 2020

September 2, 2020

Lazy Load Images in Angular with Two Lines of Code

Wednesday, September 02, 2020 Teklinks

Image lazy loading defers the loading of an image that isn’t currently visible in the viewport. Such an image will be loaded only when the user scrolls and the image becomes visible. Using this technique, we can gain better performance and load time.

Full article

August 3, 2020

Create A Responsive Dashboard With Angular Material And ng2-Charts

Monday, August 03, 2020 Teklinks

Schematics in Angular 9 are code generators that can create components and patterns in projects using predetermined templates and layouts. In this article, Zara Cooper explains how to take advantage of schematics in Angular Material and ng2-charts to substantially reduce the time and work that goes into building a dashboard.

Full article

July 30, 2020

Angular 10 in depth

Thursday, July 30, 2020 Teklinks

In this article, I’ll go over (almost) everything noteworthy in this brand new release. I’ll also highlight what’s changed around Angular. If you want an helicopter view of what’s included, then check out the official Angular blog. Here, I’ll try to dig deeper into the release notes.

Full article

July 22, 2020

July 12, 2020

What’s New in Angular 10

Sunday, July 12, 2020 Teklinks

Angular 10 — the major release that spans the entire platform, including the framework, Angular Material, and the CLI — is available since June 24. Now, what does this mean? Just like many members of the Angular community, I tried to follow the news and see what Angular 10 brought to us.

Full article

June 10, 2020

Lazy-Loading Angular Modules (Ivy and Async Await)

Wednesday, June 10, 2020 Teklinks

In this post you’ll learn how to Lazy Load an Angular module. Lazy loading means that our code isn’t downloaded by the browser until it’s needed. For instance, if I login to /admin I would get a “chunk” of JavaScript code specifically for the Admin dashboard.

Full article

May 13, 2020

April 2, 2020

Version 9.1 of Angular Now Available

Thursday, April 02, 2020 Teklinks

We just released Version 9.1 of Angular. This is a minor release of the framework and the CLI that is a drop-in replacement for 9.0 containing new features and bug fixes. Today, the Angular libraries you use are made compatible with the Ivy compiler via our ngcc tool.

Full article

March 30, 2020

March 19, 2020

3 Ways to Render Large Lists in Angular

Thursday, March 19, 2020 Teklinks

Frameworks in 2020 got better, more efficient and faster. With that said, rendering large lists of items on the Web without causing the Browser to freeze can still be hard even for the fastest frameworks available. This is one of the many cases where “the framework is fast, your code is slow”.

Full article

March 5, 2020

December 30, 2019

December 1, 2019

November 18, 2019

November 12, 2019

October 30, 2019

Understanding Angular Ivy: Incremental DOM and Virtual DOM

Wednesday, October 30, 2019 Teklinks

Here at Nrwl, we’ve been sharing a lot of insights about Angular Ivy, as there is anticipation about what it will enable us and our clients to do. Angular Ivy is a new Angular renderer, which is radically different from anything we have seen in mainstream frameworks, because it uses incremental DOM.

Full article

October 6, 2019

September 15, 2019

What’s new After Angular 8

Sunday, September 15, 2019 Teklinks

In this blog post let’s see what is going on with Angular 8 post the official release in May 2019. We got many new features with the release of Angular 8, Angular 9 will be released around November 2019.

Full article