In this tutorial, I’m going to show you how to install MySQL on your computer. Now, I’m using a Mac. So first I’ll show you how to install MySQL on a Mac computer. If you’re a Windows user, feel free to skip this tutorial. If you are too busy with your college papers and have […]
Latest Articles by Nachiket Panchal
Download and Install Turbo C++ for Windows 10 (Full Installation Guide)
Download Turbo C++ for windows 10 in just 7 Mb and run your first C++ program C++ programming is one of the earliest and evergreen programming languages. It is still the choice of many experienced programmers and novice programmers alike who enter into the world of programming. C++ programming is one of the easiest programming […]
PHP Redirect Pages
There are lots of methods to redirect pages, like refresh-redirect from META tag, redirect from PHP, and window.location method in JavaScript. Redirect Pages In PHP Here we are going to focus on redirecting a web page using PHP. Generally, we need to redirect a page after user authentication and user registration. We also redirect users […]
PHP Include & Required
Include files in PHP are used in appending various global or config files. We can include .php files via include and require functions. Include Files in PHP There are two methods to include a file in PHP. Include() Method Require() Method We can write global functions and classes in a config file and include them […]
[Solved] Error TS2305: Module ‘”{FilePath}/app.component”’ Has No Exported Member ‘ErrorseaFilter’ in Angular CLI
Hey Angular geek, if you are also having Error TS2305: Module ‘”{FilePath}/app.component”’ Has No Exported Member ‘ErrorseaFilter’ or similar error in Angular with different class name, you are at the perfect place to find the solution. Error TS2305: Module Has No Exported Member Error Situation I was developing a mini project in Angular 9; at […]