Tuesday, September 13, 2022

Top 20 Ionic 5 Interview Questions

 Ionic 3, 4,5 6  Interview Questions :  

Q.1. What Is Ionic?

Ans:  Ionic Is Open Source Framework   mobile UI toolkit for building modern, high quality cross-platform mobile apps from a single code base in React.Vue.Angular.

Q.2. What are the new features included in Ionic 5?

Ans: 

Monday, September 5, 2022

How to Use TemplateRef Example

 What is TemplateRef?

Ans: It is used for access DOM Element  within  the Template.








How to use ElementRef in Angular with solution

 What is  ElementRef?

1. it is used basic HTML DOM abstraions.

2.  We can access native element objects  that are present in browser...

Demo:

Demo URL



 

How to build an Express and Node.js app with Typescript

  In this tutorial, you will learn how to set up a Node.js and Express project with Typescript and live auto-reloading. Note that this metho...