Development

Development

Excel File in Angular 9

Generating Excel File in Angular 9 using “ExcelJs” with Custom Font Family | Devstringx

Generate Excel Files in Angular 9 Let’s create a new Angular project using the Angular CLI tool by running/executing the following angular CLI command ng new export-to-excel Would you like to add Angular routing? Yes Which stylesheet format would you like...

Read more...
Google Maps In Your Angular Application

How To Use Google Maps In Your Angular Application? | Devstringx

Implementing google maps in your angular application may be interesting in the event that you don’t realize an accurate stream however following these straightforward strides for executing maps anybody can implement it easily Create A New Angular Project ng new google-maps Run Project:- ng...

Read more...
Angular CLI Project Setup

Angular CLI – Print From Your Angular App | Devstringx

Angular & Angular CLI Setup Angular is a front-end application used for the creation of web and mobile apps. By design, it uses typescript to construct logic and methods for a class, but typescript is not known to the browser. Webpack...

Read more...
How to install Codeigniter 4

Install CodeIgniter 4 Project In LocalHost In Just 09 Steps – Devstringx

Installation of Codeigniter 4 Codeigniter 4 is the lightweight framework of PHP with small footprints. There is not too much configuration required to run. It is not required to use the command line in Codeigniter. Codeigniter 4 Requirements Php 7.2 (min) Extensions...

Read more...
Android Google Maps API Integration

Android Google Maps API Integration

Android provides a facility to integrate Google maps in your application to display your current location, navigate location direction, search location etc. You can also customize Google maps according to your requirements. Click on https://console.developers.google.com/ for creating a project.     2. Enter...

Read more...
API development using NodeJS and Express

How to develop API with NodeJS and Express? – Devstringx

Basic Installation & Requirements Node.js is an open-source, cross-platform, JavaScript runtime environment that allows developers to create all kinds of server-side tools and applications in JavaScript. Initiate Node Js app with npm init -y Express is the most popular Node.js web application framework...

Read more...
How to Create a local WordPress Website in Windows with XAMPP

How to Create a local WordPress Website in Windows with XAMPP?

Installation of  XAMPP and WordPress About WordPress: WordPress is a content management system (CMS) based on PHP and MySQL, which is usually used with MySQL or MariaDB servers but can also use the SQLite Database engine.  WordPress was released on May...

Read more...