karellodewijk
karellodewijk
Nothing fancy, just a reset button, so you can do something like ``` @ViewChild('wizard') wizard: WizardComponent; onComplete() { //do work this.wizard.reset(); } ```
Seems like a logical addition to add a minimum and maximum value to define a range. For example you could define a percent mask as such: ``` percentMask = createNumberMask({...
Using $ilike, $notlike, $notilike or even $like explicitly operators in search results in a search that does include the %% in the searchstring, making all of them only work if...
I've tried to put it is a minimal example, say the html content is this, which is very commen ``` aaa bbb ``` Now in the froala editor, you select...