Year: 2020
-
Angular playing API data
Hello to all, welcome to therichpost.com. In this post, I will tell you, how to playing with API data in Angular 7, Angular 8 and Angular 9. Post Working: In this post, I will show the code snippet in which I am getting data from laravel in json format and I am getting that json…
Written by
-
Angular 7,8,9 useful 5 hacks
Hello to all, welcome to therichpost.com. In this post, I will tell you, Angular 7,8,9 useful 5 hacks. 1. Limit string length in angular: <p class=”card-text”>{{item.description | slice:0:100}}…</p> // This will show first 100 words 2. String replace in Angular: <p class=”card-text”>{{item.title.replace(‘ ‘,’-‘)}}</p> // This will replace empty space with – 3. String Lowercase in…
Written by
-
WordPress trick to check term id has parent term or child term
Hello to all, welcome to therichpost.com. In this post, I will tell you, WordPress trick to check term id has parent term or child term. Post Working: In this post, on archive page, with my code, I am checking woocommerce category has parent category or child category. Here is the working code and you need…
Written by
-
Laravel 6 change user password complete working code
Hello to all, welcome to therichpost.com. In this post, I will tell you, Laravel 6 change user password complete working code. Post Working: In this post, I am doing, login user can change his/her password and I am doing this in Laravel 6. I will share, blade, route and controller code in this post. Here…
Written by
-
Angular Laravel crud part 1
Hello to all, welcome to therichpost.com. In this post, I will do Angular Laravel crud part 1. Post Working In this post, I will tell you Angular Laravel crud part 1. In this, I will do basic angular and laravel setup. I will use angular 8 and laravel 6. I will also do angular and…
Written by
-
Angular phone number validation working example
Hello to all, welcome to therichpost.com. In this post, I will tell you, Angular phone number validation working example. Guy’s we can use this post code snippet in Angular 12 for phone number validation. Post Working: In this post, I am doing reactive form validation. I am applying 10 digits number validation and only numbers…
Written by