• Ionic

Remove Element On Click: Ionic 2

This is a basic example wherein we have a list of company names and once the user clicks on individual…

  • Ionic

Ionic Video Tutorial List

On this page we'll list all the Ionic Video Tutorials we produce. You can ask your questions in the comment…

  • Ionic

ngIf, index, first, last: Ionic 2

Today lets see how we can track the index number of the loop. i.e., the number of completed iterations in…

  • Ionic

Basics of Page Component: Ionic 2

In this video tutorial we shall learn some basics of a page component. Topics Covered 1. Decorators - little bit…

  • Ionic

Project Structure: Ionic 2

Before we move forward with coding, it's important to know some of the files and folders present inside our ionic…

  • Ionic

Ionic 2 Starter Templates

Ionic 2 comes with some starter templates which saves us a lot of time and effort. Video Content Today lets…

  • Phaser

Progress Bar: Phaser

Today lets learn to make progress bar to indicate game loading time to the user. This keeps the user informed…

  • Phaser

Configure Global Settings: Phaser

It's very important for any game to have some global configurations - like, display mode(Landscape or Portrait), device width and…

  • Phaser

Managing Multiple States: Phaser

Today lets learn how we can manage multiple states in Phaser. We can divide a game into several related modules…

  • node.js

Equal to v/s Strictly Equal to

What's the difference between equal to v/s strictly equal to and not equal to v/s strictly not equal to in…