Posts

Showing posts with the label angulartutorial

SonarQube With Angular 19 on Windows: A Complete Setup and Integration Guide

  Welcome to my detailed tutorial on integrating  SonarQube  with an  Angular 19  project on  Windows ! This video will guide you through the installation and configuration process for SonarQube to analyze your code quality and improve the development workflow. In this step-by-step guide, we’ll set up the required software, configure the necessary tools, and integrate  SonarQube  with an  Angular 19  project. Whether you're a beginner or an experienced developer, this tutorial will help you understand how to run effective code analysis using SonarQube. Here is my youtube link ::::  https://youtu.be/PvwvgoMrngk What You Will Learn: In this tutorial, we will cover the following key steps: Installing Required Software:  Before starting, we need a few software installations: SonarQube:  Used for analyzing code quality and identifying issues such as bugs, vulnerabilities, and code smells. SonarScanner:  A tool used to send...

Topics of Angular development

  Angular topics Installation Components Module Data Binding Parent-child communication (@Input, @Output) String interpolation {{}} One-Way Binding - Custom, Property Binding Two Way Binding [(ngModel)] Directives Component directive <app-root></app-root> Attribute directive ngClass, ngStyle, ngModel Structural directive ngIf, ngFor, ngSwitch LifeCycle Hooks Host Binding & Attribute Directives Custom Directives Structural Directives Pipes Dependency Injection (DI) Services Routers Router Guard HTTP client Forms Template Driven Reactive FormRouters @ViewChild @ViewChildren Ng-content @ContentChild @ContentChildren Ng-template Ng-container Pipe RxJs Stream Observables Subscription Unit Testing Karma Jasmin Angular Material Animation Progressive Web Apps (PWA) REST API with NestJS and mongoDB Firebase, Firestore and AngularFire