Author: therichpost

  • Angular6 Material Datatables example with Pagination

    ,

    Hello to all, welcome to therichpost.com. In this post, I will tell you, Angular6 Material Datatables example with Pagination. Angular Material is getting more popularity day by day because with the help of Angular Material, we can build angular app more attractive and well designing. There is many more in Angular material but today I will…

    datatables-in-angularmaterial
  • How to Include Full calendar in Angular 6?

    ,

    Hello to all, welcome to therichpost.com. In this post, I will tell you, How to Include Full calendar in Angular 6? Angular is growing day by day very fastly and famous as single page application. I have also shared so many posts regarding fullcalendar and today I will implement fullcalendar in angular .   Here are the…

    fullcalendar-in-angular6
  • How to run jQuery in Angular 6?

    ,

    Hello to all, welcome to therichpost.com. In this post, I will tell you, How to run jQuery in Angular 6? Angular is growing very fastly and popular as single page application. Today I am working with Angular 6 and wanted to run some jquery methods and I succeed and I am sharing that tricks what I…

    Angular 6 Material Datatables example with Php Mysql data
  • Which Features make Woocommerce as best Ecommerce platform?

    Hello to all, welcome to therichpost.com. In this post, I will tell you, Which Features make Woocommerce as best Ecommerce platform? I have used Shopify, Bigcommerce and magento also but I like woocommerce is the most because of following features: 1. Woocommerce is the free and open source wordpress plugin. 2. Woocommerce is easy to editable…

    woocommerce
  • how to stay on the last view after refreshing the page fullcalendar with php?

    ,

    Hello to all, welcome to therichpost.com. In this post, I will tell you, how to stay on the last view after refreshing the page fullcalendar with php? I am sharing this code because I think, it will help others. Here is the working and tested code for stay on the last view after refreshing the page…

    fullcalendar
  • Render Events in fullCalendar with Angularjs

    Hello to all, welcome to therichpost.com. In this post, I will tell you, How to Render Events in fullCalendar with Angularjs? Angularjs and Fullcalendar both are popular in their fields. Here is the working code for Render Events in fullCalendar with Angularjs: <!DOCTYPE html> <html> <head> <script src=”https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js”></script> <link href=’https://fullcalendar.io/releases/fullcalendar/3.9.0/fullcalendar.min.css’ rel=’stylesheet’ /> <link href=’https://fullcalendar.io/releases/fullcalendar/3.9.0/fullcalendar.print.min.css’ rel=’stylesheet’ media=’print’ />…

    fullcalendar
  • Open Bootstrap Modal one after another with jQuery

    Hello  to all, welcome to therichpost.com. In this post, I will show you, how to Open Bootstrap Modal one after another with jQuery? Here is the working example for Open Bootstrap Modal one after another with jQuery:   If you have any query related to this post, then please comment or you can also ask…

    jquery
  • Render Json data in Datatables with Angularjs

    ,

    Hello to all, In this post, I will tell you, How to Render Json data in Datatables with Angularjs? Angularjs and jQuery Datatables both are very famous. Here is working and tested code for Render Json data in Datatables with Angularjs: <!DOCTYPE html> <html> <head> <script src=”https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js”></script> <script src= “https://cdn.datatables.net/1.10.19/js/jquery.dataTables.min.js”></script> <link rel=”stylesheet” href=”https://cdn.datatables.net/1.10.19/css/jquery.dataTables.min.css”> <script src= “http://ajax.googleapis.com/ajax/libs/angularjs/1.2.26/angular.min.js”></script> </head> <body…

    datatables-in-angularmaterial
  • Open Bootstrap Modal Angularjs ng-click event

    Hello to all, In this post, I will tell you, How to open Open Bootstrap Modal Angularjs ng-click event? Angularjs and Bootstrap both are very famous. Here is working and tested code for Open Bootstrap Modal Angularjs ng-click event: <!DOCTYPE html> <html> <head> <link rel=”stylesheet” href=”https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css”> <script src=”https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js”></script> <script src=”https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js”></script> <script src= “http://ajax.googleapis.com/ajax/libs/angularjs/1.2.26/angular.min.js”></script> </head> <body ng-app=”myApp”> <!–Angular…

    How to make business template with Bootstrap 4 and Angular 9?
  • How to generate PDF from html view file in laravel? the rich post

    Hello to all, welcome to therichpost.com. In this post, I will tell you, How to generate PDF from html view file in laravel? Here are the following steps to generate PDF from html view file in laravel? the rich post: 1.  Need to install laravel-dompdf package with below command: composer require barryvdh/laravel-dompdf 2. After installing laravel-dompdf package you…

    Laravel 7.2 routing with route group auth guard check with prefix