The InspiritLive Team

InspiritLive provides quality articles on Make Money Online, SEO, Marketing, Designing, Affiliate, Education, Health, Branding, Business, Services, and many more.

Font Generator & Font Changer – Best Free Fancy Text Generator Online

Font Generator & Font Changer

Do you want to customize your text in a better way, while sending to your near and dear one? Then you are at the right place. Today, I am going to share a tool that can change your text fonts into a stylish look according to your choice. What is Font Generator & Font Changer? […]

Font Generator & Font Changer – Best Free Fancy Text Generator Online Read More »

Dynamically Lazy Load & Code-Split For Angular

Are you looking for a lazyload component for your Angular application. If so, in this article I will share a simple Angular lazy loading plugin that supports dynamic lazy loading. You can dynamically fetch images and integrate this dynamic lazy loadable component. Installation Install via npm; * unfortunately, only an aot build angular setup will

Dynamically Lazy Load & Code-Split For Angular Read More »

Material Design Angular File Upload Component

This tool is a simple & configurable file upload component for use with Angular Material. you can use this component to upload files. Prerequisites In order to use mat-file-upload in your app, you must have the following dependencies installed: Angular Angular Material Material Icons Usage Install package from npm (npm i mat-file-upload). Add MatFileUploadModule to your module’s imports, like so:

Material Design Angular File Upload Component Read More »

Dynamic Data Table Component With Angular Material

Dynamic table component for angular built on top of the angular material table. It offers sorting, pagination, filtering per column, and the ability to specify content types and components used for displaying them. The initial purpose of this library was to display data coming from OData API, although it can work with MatTableDataSource, however, it

Dynamic Data Table Component With Angular Material Read More »

Angular Notification Message Component

Today, I am going to share a very simple angular component to display alert messages on top of the page. With these notification messages, you can display any action like success, error, warning etc. These notification messages design in multi-color so that you could choose notification as per your choice. Installation 1. Download from npm 2. Import

Angular Notification Message Component Read More »

Angular Date & Time Picker With Moment.js

It’s a great date and time picker for Angular that you can use in your Angular project with plenty of customization options. Angular Moment Picker is a native AngularJS directive for date and time picker that uses Moment.js and does not require jQuery. Installation Get Angular Moment Picker from npm, bower or git: Include style and script in your page: <script src=”//ajax.googleapis.com/ajax/libs/angularjs/1.4.4/angular.min.js”></script> <script

Angular Date & Time Picker With Moment.js Read More »