Category: Angular 9
-
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
-
How to upload image with Laravel Angular?
Hello to all, welcome to therichpost.com. In this post, I will tell you, How to upload image with Laravel Angular? If you are new in Laravel or Angular then you can check my previous posts related to Angular and laravel. Here is the second part of this post : How to get image from laravel…
Written by
-
Angular Slimscroll Bar
Hello to all, welcome to therichpost.com. In this post, I am going to implement Angular Slimscroll Bar in my Angular 9 application. I am feeling happy to share this post. I am doing this in Angular 9. Here you can check the working example: It is very easy to add slimscroll bar into your Angular application. Here…
Written by