Author: therichpost

  • Php Preg_Match Pattern for Week Days Name

    Hello to all, welcome to therichpost.com. In this post, I will tell you, Php Preg_Match Pattern for Week Days Name.  This code helped me lot to solved my major problem in work and I am hoping this will help others. Here is the working code and tested code for Php Preg_Match Pattern for Week Days Name: $str…

    Php Preg_Match Pattern for Week Days Name
  • Woocommerce Hook – Remove Payment Gateway if Coupon applied

    Hello, welcome to therichpost.com. In this post, I will tell you, Woocommerce Hook – Remove Payment Gateway if Coupon applied.  WordPress is the best cms and Woocommerce is the best Ecommerce plugin. Woocommerce hooks(add_action, add_filter) give us the power to edit or change the code without interruption into the files and this is the best…

    woocommerce
  • How to add remove Product button on Woocommerce Checkout Page?

    Hello, welcome to therichpost.com. In this post, I will tell you, How to add remove Product button on Woocommerce Checkout Page?  WordPress is the best cms and Woocommerce is the best Ecommerce plugin. Woocommerce hooks(add_action, add_filter) give us the power to edit or change the code without interruption into the files and this is the best thing…

    woocommerce
  • Angular 6 Flash Messages

    Hello to all, welcome to therichpost.com. In this post, I will tell you, Angular 6 Flash Messages. Here is the working image:  Angular provides us so many default features and Flash Message is one of them. Here are the steps, you need to follow for Angular Flash Messages:   1. First, you need to run below…

    angular-flash-message-example
  • Angular Google Map Marker Change Marker on Mouse Over

    Hello to all, welcome to therichpost.com. In this post, I will tell you, Angular Google Map Marker Change Marker on Mouse Over. There is so many agm-marker effects and all I will tell in my future posts and Today I came with mouse over effect and the best thing of Angular Google Map(agm) is there are many…

    Angular Google Map Marker Change Marker on Mouse Over
  • Open Bootstrap Modal Popup on Angular Google Maps Marker Click

    , ,

    Hello to all, welcome to therichpost.com. In this post, I will tell you, Open Bootstrap Modal Popup on Angular Google Maps Marker Click. Here is the working picture: I have used Angular Google Map, Bootstrap 4, jQuery in my Angular 6 application.   Here are the following steps you need to do for Open Bootstrap Modal…

  • Angular Google Maps

    ,

    Hello to all, welcome to therichpost.com.  In this post, I will implemented Angular Google Maps. Angular gives us so many default features and this is the best part of Angular. Today I will implemented Google Maps in Angular 6 Application. In my previous posts, I have done so many tricks with Google Maps Api. Here is…

    angular-google-map
  • Angular Routing Simple Working Example with loader

    Hello to all, welcome to therichpost.com. In this post, I will tell you, Angular 6 Routing Simple Working Example with loader. In my last post, I told,  angular-6-routing-simple-working-example and this post is second part of Angular Routing example with loader. Here is the working picture: Here are working and testing code for Angular Routing with loader: 1.…

  • Angular 6 Routing Simple Working Example

    Hello to all, welcome to therichpost.com.  In this post, I am going to tell, Angular 6 Routing Simple Working Example. Here is the working picture: Here is the code and need to add the Angular 6 application for routing: 1. Very first, please make two new component for routing process and please run below commands for…

    Angular 6 Routing Simple Working Example
  • Angular Get Text Box value On Button Click

    Hello to all, welcome to therichpost.com. In this post, I will tell you, how to Get Angular TextBox value On Button Click? I am doing this in Angular 6. Here is the working and tested code for Get Angular textBox value on button click: 1. Here is the app.component.html file code: <div class=”jumbotron text-center”> <h3>Angular Get…

    angular-get-text-box-value