Hi I went thru the steps on the angular 4.4 set up that I got on the local machine.
I see the div ( coming from the particles ) pushing down my content.
But it's got nothing in it. No errors on the console.
Chrome's Inspecter gives me this on that div.
What could be wrong do you guys think?
<particles _ngcontent-c7="" ng-reflect-width="100" ng-reflect-height="100">
<div class="particles-container">
<canvas d-particles="" style="width: 100%; height: 100%;" width="1378" height="690"></canvas>
</div>
</particles>
Hi I went thru the steps on the angular 4.4 set up that I got on the local machine.
I see the div ( coming from the particles ) pushing down my content.
But it's got nothing in it. No errors on the console.
Chrome's Inspecter gives me this on that div.
What could be wrong do you guys think?