Ionic <ion-select multiple=”true”>
Hello {{name}}
this.form = fb.group({
multiSelect: [[‘’], Validators.required]
});
Search for a command to run...
this.form = fb.group({
multiSelect: [[‘’], Validators.required]
});
The Missing Package Manager for macOS (or Linux)

This article is for you if you have a: non-PTA iPhone Jazz SIM - that you use primarily Zong SIM - optional I have been a Mobilink/Jazz user for years now & I use only 1 SIM. My iPhone is meant to be used for a couple of months so I don't have t...

I started this guide as a cheat sheet for myself for the times when I needed to created Django project or when I needed to run multiple Python versions. This is an all-rounder guide towards having multiple Python versions even if we don’t need Django...

This tip is for those learners who already know what spread & rest operators are but sometimes are unclear when one is being used. When we see "..." in the code, it is either rest parameters or the spread operator. There’s an easy way to distinguish...

Programming Challenges Hungary for programming challenges, then stay tuned to this series to get articles containing those challenges along with solutions.