What is Cookies in Angular? Cookies are small packages of information that can be temporarily stored/saved by your browser and websites which are using cookies for multiple things. Cookies are used in multiple requests and browser sessions and can store…
Expand +Category: Web Development
Transpilation in Angular
Transpilation = translate + compilation The Angular compiler translates the html template to super optimized JavaScript code. The typescript compiler compiles typescript code into JavaScript. Also Read: Difference between JavaScript and TypeScript: JavaScript vs Typescript Transpiling is the one of…
Expand +Difference between JavaScript and TypeScript: JavaScript vs Typescript
What is JavaScript? JavaScript is an object-based scripting language. JavaScript is the most popular programming language of HTML. It helps you to create interactive web pages which is lightweight and cross-platform. JavaScript is not designed for large complex applications. It was developed…
Expand +Angular Online Quiz Test
Test your knowledge with this basic quiz made especially for beginners in Angular. Each test contains MCQs, and you will get 1 point for each correct answer. There is no time limit for the tests. In this online AngularJS Quiz, we will test your advanced skills to help you practice better.
Expand +How to Use ViewChild with Child Component in Angular
In Angular, the decorator @ViewChild() is used to access a child component, directive, or DOM element within the parent component. Also Read: How to Use *ngIf else, then directive in Angular In certain cases, you may need to access a…
Expand +How to Install MySQL server on AWS Amazon Linux EC2
In this article, I’ll show you how to install MySQL server on AWS Amazon Linux EC2 machine, which will hopefully help you get started with your project deployment to AWS. So, since Amazon Linux 2 is a popular webserver operating…
Expand +How to Install PHP 7.4 or 7.3 or 7.2 on AWS EC2 Instance
In this article, I’m going to tell you how to install PHP 7.4 or 7.3 or 7.2 on aws EC2 instance. To do that you need to first set up an EC2 instance. Once you have done with EC2 instance…
Expand +Model of the TypeScript Interview Questions in 2021
If you are looking for job as Typescript developer then this article and typescript interview questions are very important for you. As every day, Frontend interviews get extremely hard. Good preparation is important. As the demand for TypeScript grows by…
Expand +How to create customizable products in Shopify without an app
You may need to let your customers customizable products in Shopify before checkout on your store. You may offer monogram, or you may need to let customers insert a text like Name, date, custom color, or you may want to…
Expand +How to add Conditional Checkout Fields in WooCommerce
One of the most important pages in any Woo-commerce store is the checkout page. In the world today, there are many online stores. Therefore, you need to customize your checkout page to be ahead of your competitors. Also Read: How…
Expand +