Category: Angular 8
-
Angular 8 input phone number with country code
Hello to all, welcome to therichpost.com. In this post, I will tell you, Angular 8 input phone number with country code. Guy’s this post code snippet will also work in angular latest version Angular 17 input type phone number with country code and country flags. Guys click here to see the updated version of this…
Written by

-
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

-
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

-
Angular Laravel Starter
Hello to all, welcome to therichpost.com. In this post, I will tell you, Angular Laravel Starter. This post will be starting point of Angular + Laravel tutorials in multiple topics. Here are the Angular + Laravel tutorials list and also more tutorials will come soon: Angular 8 with laravel 6 backend working example Here is…
Written by

-
Angular 8 Child Routing Working Example
Hello to all, welcome to therichpost.com. In this post, I will tell you, Angular 8 Child Routing Working Example. If you are new then you can check my old posts related to Angular 8. Post Working In this post, I am showing, how child routes work. I have used Bootstrap 4 for navigation. In this…
Written by

-
Angular material data table with custom button click event functionality
Hello to all, welcome to therichpost.com. In this post, I will tell you, Angular material data table with custom button click event functionality. Guys is the new working demo in Angular 17: Please check the first part of this post : Angular material data table working example Post Working In this post, I am working…
Written by

-
Angular material data table working example
Hello to all, welcome to therichpost.com. In this post, I will tell you, Angular material data table working example. Guys here is the update post for Angular 11 : Here are the working steps and please follow carefully: 1. Here are the basics commands to install angular 8 on your system: npm install -g @angular/cli…
Written by

-
Angular datatables with custom button event click open bootstrap modal popup
Hello to all, welcome to therichpost.com In this post, I will tell you, Angular datatables with custom button event click open bootstrap modal popup. This post first part : Angular datatable with print csv excel copy buttons Post Working In this post, I am adding custom button(details) in my datatable and when I will click…
Written by
