There are many ways one can structure an Angular app. But this is how we structure our applications for extensive flexibility, scalability, and small initial bundle size. Core: The things that are absolutely essential for the app to start. Features:
Angular is one of the most popularly used frameworks with best-designed practices and tools for app development companies. Angular encourages the developers to use components to split the user interface into reusable and different pieces. There are many popular Angular
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
How to structure Angular Apps
There are many ways one can structure an Angular app. But this is how we structure our applications for extensive flexibility, scalability, and small initial bundle size. Core: The things that are absolutely essential for the app to start. Features:
Tags:
Top 6 Angular component libraries
Angular is one of the most popularly used frameworks with best-designed practices and tools for app development companies. Angular encourages the developers to use components to split the user interface into reusable and different pieces. There are many popular Angular
Tags:
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: