Angular Version 11 release has updates across the platform including the framework, the CLI and components. Let’s dive in! What’s in this release? Automatic Inlining of Fonts To make your apps even faster by speeding up their first contentful paint,
The function-like HTML segment refers to a block of HTML with the ability to accept context variables (in other words, parameters). A typical Angular component has two major parts of logic, a HTML template and a Typescript class. The capability
Version 10.0.0 is here! This is a major release that spans the entire platform, including the framework, Angular Material, and the CLI. This release is smaller than typical; it has only been few months since we released version 9.0 of
In this article, you’re going to see how to set up Jenkins from scratch and create and run an Angular pipeline — all in about five minutes. Don’t worry if you’re not familiar with Angular. The same principles hold for
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. Build Speed Improvements Today, the Angular libraries you use are made compatible with the Ivy compiler via our ngcc tool.
The 9.0.0 release of Angular is here! This is a major release that spans the entire platform, including the framework, Angular Material, and the CLI. Version 9 moves all applications to use the Ivy compiler and runtime by default. In
Let’s take a look at what Capacitor is and how to add it to an Angular project First off, let’s go over what Capacitor is and how it relates to other cross platform projects out there. At a glance, Capacitor
In Our Previous Post about to build the role-based Api with Firebase, we had covered the Role-based Auth, Firebase, Building API and Creating a Firebase HTTP Function. Let’s move on the remaining part of it with this post. Deploy
Introduction Almost every app requires some level of authorization system. In some cases, validating a username/password set with our Users table is enough, but often, we need a more fine-grained permissions model to allow certain users to access certain resources
There are many prototyping tools in the marketplace today, and Angular isn’t one that usually comes to mind. We chose Angular for a few reasons: Reusable code Greentea CRM was built with Angular as its underlying framework. Using Angular
What’s new in Angular 11
Angular Version 11 release has updates across the platform including the framework, the CLI and components. Let’s dive in! What’s in this release? Automatic Inlining of Fonts To make your apps even faster by speeding up their first contentful paint,
Tags:
Communicating between templates with function-like HTML segments in Angular
The function-like HTML segment refers to a block of HTML with the ability to accept context variables (in other words, parameters). A typical Angular component has two major parts of logic, a HTML template and a Typescript class. The capability
Tags:
Version 10 of Angular now available
Version 10.0.0 is here! This is a major release that spans the entire platform, including the framework, Angular Material, and the CLI. This release is smaller than typical; it has only been few months since we released version 9.0 of
Tags:
How to create an Angular Pipeline with Jenkins
In this article, you’re going to see how to set up Jenkins from scratch and create and run an Angular pipeline — all in about five minutes. Don’t worry if you’re not familiar with Angular. The same principles hold for
Tags:
Angular 9.1 having support of TypeScript 3.8
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. Build Speed Improvements Today, the Angular libraries you use are made compatible with the Ivy compiler via our ngcc tool.
Tags:
What is new in Angular 9?
The 9.0.0 release of Angular is here! This is a major release that spans the entire platform, including the framework, Angular Material, and the CLI. Version 9 moves all applications to use the Ivy compiler and runtime by default. In
Tags:
Announcing the Capacitor ngAdd Schematic
Let’s take a look at what Capacitor is and how to add it to an Angular project First off, let’s go over what Capacitor is and how it relates to other cross platform projects out there. At a glance, Capacitor
Tags:
Role-based API with Firebase: Deploy and consuming the API from Angular App
In Our Previous Post about to build the role-based Api with Firebase, we had covered the Role-based Auth, Firebase, Building API and Creating a Firebase HTTP Function. Let’s move on the remaining part of it with this post. Deploy
Tags:
How to build a role-based Api with firebase authentication
Introduction Almost every app requires some level of authorization system. In some cases, validating a username/password set with our Users table is enough, but often, we need a more fine-grained permissions model to allow certain users to access certain resources
Tags:
Prototyping with Angular
There are many prototyping tools in the marketplace today, and Angular isn’t one that usually comes to mind. We chose Angular for a few reasons: Reusable code Greentea CRM was built with Angular as its underlying framework. Using Angular
Tags: