Real Programmer
  • About
  • Tutorial
    • Laravel
    • Django
    • PHP
    • JavaScript
    • AWS
    • Node.js
    • Git
    • WordPress
  • Laravel
    • Laravel 8
    • Laravel 7
    • Laravel 6
  • Codeigniter
  • AWS
  • Node.js

Angular

Angular January 23, 2023

Angular 15 RxJS Observable with Httpclient Example

In Angular 15, RxJS observables can be used in conjunction with the HttpClient module to handle HTTP requests. Observables provide a way to handle…

Read More
Angular January 23, 2023

Angular 15 Pagination with NGX Pagination Example

In Angular 15, pagination can be achieved by using a third-party library such as NGX Pagination. NGX Pagination is a simple and customizable pagination…

Read More
Angular January 23, 2023

Angular 15 HttpClient & Http Services Tutorial

In Angular 15, the HttpClient and Http services are used for making HTTP requests to a server. The HttpClient service is a more powerful…

Read More
Angular January 23, 2023

Angular 15 Google Social Login Tutorial Example

Here’s an example of how you can integrate Google social login into an Angular 15 application: Install the @angular/fire and firebase packages by running…

Read More
Angular January 23, 2023

Angular 15 Stripe Payment Integration Example

Here’s an example of how you can integrate Stripe payments into an Angular 15 application: Install the @stripe/stripe-js and @stripe/ngx-stripe packages by running the…

Read More
Angular January 23, 2023

How to Integrate Google Maps In Angular 15 App?

Integrating Google Maps into an Angular 15 application is a similar process as Angular 14. Here’s an example of how you can do it:…

Read More
Angular January 23, 2023

Angular 15 CRUD Application Tutorial

Here’s an example of how you can create a simple CRUD application in Angular 15: Setting up the project: Use the Angular CLI to…

Read More
Angular January 23, 2023

Angular 15 Install Font Awesome Icons

In Angular 15, you can install and use Font Awesome icons by following these steps: Install the @fortawesome/angular-fontawesome package by running the following command…

Read More
Angular January 23, 2023

How to Declare Global Variable in Angular 15?

In Angular 15, you can declare a global variable by creating a new file in the root of your project and exporting a variable…

Read More
Angular January 23, 2023

Get the Current Route in Angular 15 Example

In Angular 15, you can use the ActivatedRoute class to get the current route. Here’s an example of how you can use it: First,…

Read More
Angular April 22, 2021

Ways to fix “-bash: ng: command not found”

Permanent Fix – Dummy Version 1) Install Angular-CLI This is your new master key to install angular-cli…sudo npm install -g @angular/cli –unsafe-perm=true –allow-root Change it…

Read More
Angular August 15, 2018

how to use NgSwitch case in angular

<div [ngSwitch]=”color”> <div *ngSwitchCase = “‘red'”> Red</div> <div *ngSwitchCase = “‘Blue'”> Blue</div> <div *ngSwitchCase = “‘Black'”> Black</div> <div *ngSwitchDefault>This is Default </div> </div>

Read More
Angular August 15, 2018

How to use *ngIf else in Angular?

1 ) If condition <div *ngIf=”ifValid”> ifValid is true </div> 2) Using If with Else (Please notice to templateName) <div *ngIf=”ifValid; else templateName”> ifValid…

Read More
  • Ad
  • Recent Posts
    • How to uninstall/upgrade Angular CLI?
    • Bitnami: For security reasons, this URL is only accessible using localhost (127.0.0.1) as the hostname
    • How To Install and Secure phpMyAdmin on Ubuntu
    • How to install wordpress from command line
    • AWS Design Architecture for WordPress with Best Practices and Use Cases
  • Categories
    • .htaccess (6)
    • Ajax (4)
    • Angular (13)
    • AWS (21)
    • bootstrap (3)
    • CloudFlare (2)
    • Codeigniter (13)
    • Composer (4)
    • CSS (2)
    • Datatables (2)
    • Django (20)
    • Email (1)
    • FTP (1)
    • Git (21)
      • Gitlab (11)
    • Github (14)
    • Google Cloud Computing (1)
    • google translate (3)
    • Html (3)
    • Hubspot (1)
    • Java Script (3)
    • Jquery (11)
    • JS (4)
    • Laravel (115)
      • Form Validation (1)
      • Laravel Interview question (2)
    • Laravel 6 (36)
    • Laravel 7 (50)
    • Laravel 8 (32)
    • laravel 9 (23)
    • Laravel Error (5)
    • Livewire (2)
    • Mac (1)
    • Magento (39)
    • MAMP (5)
    • Materialize (1)
    • MongoDB (1)
    • Mysql (15)
    • Node js (6)
    • PHP (62)
    • php in (1)
    • PHP Interview (5)
    • Programming (1)
    • Python (15)
    • React (4)
    • Rest API (4)
    • SCP (1)
    • SQL (1)
    • SSH (2)
    • SSL (4)
    • Sublime Editor (1)
    • Terminal (1)
    • Ubuntu (23)
    • Uncategorized (14)
    • Voygers (1)
    • VS Code (1)
    • Website (2)
    • Wordpress (49)

CUSTOMIZE BY REAL PROGRAMMER.

Top
  • About
  • Tutorial
    • Laravel
    • Django
    • PHP
    • JavaScript
    • AWS
    • Node.js
    • Git
    • WordPress
  • Laravel
    • Laravel 8
    • Laravel 7
    • Laravel 6
  • Codeigniter
  • AWS
  • Node.js

Type above and press Enter to search. Press Esc to cancel.