Angular

Angular advanced Concepts and how to build and deploy production-ready amazing single page applications with Angular and Typescript

  • Develop modern, complex, responsive and scalable web applications with Angular.
  • Templates and Template Outlets, ng-content, ng-container, style isolation and customization.
  • Build custom validators, including asynchronous and multi-field validators.
  • In-depth to the Angular Router , Lazy-loading Pipes, Services and advanced router Concepts

Azure Speech Recognition in Angular 12 | Real-Time Transcription and Translation

Azure Speech Recognition functionality of the Cognitive Service in Angular application, Let’s develop a feature in our Angular application where user can input voice and Azure Speech Cognitive Service converts input voice into text string as a result (or list of results) as well as this tutorial also helps you to integrate Azure Speech cognitive …

Azure Speech Recognition in Angular 12 | Real-Time Transcription and Translation Read More »

Angular component testing with @input and @output

Angular component testing with @input @outout and service, Angular comes built-in with Jasmine and karma so testing is really easy. Jasmine is a testing (Behavior Driven Development) framework and karma is the runner.

Angular JAMstack App with Scully | The First Static Site Generator for Angular 11

Scully pre-renders each page in your app to plain HTML & CSS. In Angular JAMstack app, you only serve HTML using a CDN without any server-side rendering. This results in faster loading times, and less security problems. In this post, we will cover the understanding of what Scully (Static Site Generator for Angular) is. we …

Angular JAMstack App with Scully | The First Static Site Generator for Angular 11 Read More »

Sharing data between components in Angular 11 | @input, @Output, @ViewChild and Service

Sharing data between components Sharing data between components in Angular is an essential concept. we can pass data from Parent to Child components with each other in a number of different ways, including: Parent to Child: via @Input Child to Parent: via @Output() and EventEmitter Child to Parent: via @ViewChild Unrelated Components: via a common …

Sharing data between components in Angular 11 | @input, @Output, @ViewChild and Service Read More »

Scroll to Top