Mohamad Qaddura

Results 6 issues of Mohamad Qaddura

I have currently passed by a weird bug in VFL and I think that it is not just something that I am doing wrong. The issue appears when I try...

value of [null,null] does not throw required error as [null,null] is valid

### This is a... * [x] feature request * [x] bug report * [x] usage question ### What toolchain are you using for transpilation/bundling? * [x] @angular/cli * [ ]...

Sometimes it is needed to see the values of view/subViews. e.g I generate them using vfl then copy paste the {left,top,right,width...} I dont think that we need to add something...

``` copy: { main: { files: [ {src: ['something/**'], dest: 'output/'}, {src: ['anotherthing/**'], dest: 'output/'}, ], options: { process: function (content, srcpath) { return content; // to keep it short...

it seems what we want to say is that; it is callable from outside, not directly from the element (component). though they can be called directly but the following sentence...