javascript - Array.from returns empty array -


i trying filter children of div element.

i direct access parent div via angular viewchild , if print children

console.log(this.myparentdiv.nativeelement.children); 

i following output in chrome:

enter image description here

i need convert array able filter divs. if convert

console.log(array.from(this.myparentdiv.nativeelement.children)); 

it returns empty array.

any idea why returns empty?


Comments

Popular posts from this blog

python - PyInstaller UAC not working in onefile mode -

ios - Pass NSDictionary from Javascript to Objective-c in JavascriptCore -

wso2is - WSO2 IS 5.0.0 SP1 After restart there is authentication error -