Create Angular NPM Package and Publish

Create Angular NPM Package and Publish Are you interested to create and publish NPM packages/libraries to enrich Angular functionality? Take a quick look at this post. You can share solutions with other developers. A simple package can solve many problems and resolve the issue quickly. If you are working with multiple applications? Package approach will help you to solve the…

Continue Reading

Create a RESTful API using Node and Express with MySQL Database

Create a RESTful API using Node and Express with MySQL Database Node Express web framework is a best solution to create RESTful APIs in quick time. Previously we published some concepts with different technologies like PHP and Java. This article will explain to you a more simple way to use external plugins to enrich your project APIs. Here you will…

Continue Reading

Event Emitters Component Interactions in Angular Ionic

Event Emitters Component Interactions in Angular Ionic This article is more about understanding the Event Emitters in Angular and Ionic. Data flow is the most important when you build an application to communicate with components. Event Emitters will help you to even bind using @Input @Output decorators. Here is a simple example to display and update the user profile using…

Continue Reading

New Ionic 5 Angular 8 Display, Update and Delete Records with RxJS

New Ionic 5 Angular 8 Display, Update and Delete Records with RxJS This post is about displaying the API records with delete and update actions using new Ionic and Angular reactive programming. This is a continuation of Go to Source Author: Powered by WPeMatico

Mock REST Backend Server for Angular and React Applications.

Mock REST Backend Server for Angular and React Applications. As I promised to continue the Angular/Ionic project series, as a developer perspective mock server is the most important to progress the development. We should not depend on the production or development API for front-end development. This post is about creating a simple Node Express server with mock JSON object files.…

Continue Reading

Google Cloud VM Instance Setup with Ubuntu and XAMPP PHP Server

Google Cloud VM Instance Setup with Ubuntu and XAMPP PHP Server Google cloud platform is a cloud computing service and a perfect alternate for Amazon Webservices. Nowadays most of the top companies are moving towards Google services for better results. Google cloud platform is offering a $300 free trial for one year. This post is about how to set up…

Continue Reading

Angular 8 Multi Tenants Architecture

Angular 8 Multi Tenants Architecture Multi-tenants is an architecture concept that can handle multiple projects in a single project container. If you look at popular sites like Nike.com or Mi.com, you will find out the project redirection based on the continent or country region. This post more about understanding the Angular 8 project package configuration, using this how are we…

Continue Reading