@monis
JS
Author of many variables
Nothing here yet.
No blogs yet.
I have a scenario where I have to add so many elements on user's choice (say a <div> can have image/text/video/charts/list etc) and this <div> itself be created on a button click and can be deleted. structure is somewhat like { sectionDiv :[ { sectionDivElements:[ ] } ]. So instead of doing ngFor for sectionDiv and further nested ngFor for sectionDivElements. I was/am looking for creating a reference container where I will place my all sectionDiv(This part is achieved with the help of 'ViewContainerRef') but I am looking for moving these sectionDiv inside DOM (e.g. move sectionDiv-B on Top etc. )
Hi Quincy, Thanks for the AMA, I have three questions: like these days there are majority of web development or app development courses on vibrant frameworks and technologies and so the jobs but still what are other side of programming (or to be specific) areas which are quite serious and core part in development (other than apps and web development) and what skills does it requires? In a long road of development with experience of 8-10 years what is the nature of work or it differs from organisation to organisation or work to work? Sometimes despite of having knowledge of back-end and front-end it's the design part that makes very difficult to think and proceed and to build something , what's your suggestion for managing this designing problem? PS: sorry if I am not able to phrase my questions properly, and thanks for you time