Hi,
I have encountered this issue while setting up landing page for my client using angular 4. In console there is no error and blank page is displayed. If i remove id="wrapper" then page is displayed but there is no transition and parallax slider. I am referring the code below:
<div id="wrapper" class="clearfix">
<section id="slider" class="slider-element slider-parallax full-screen with-header force-full-screen clearfix">
<div class="slider-parallax-inner">
<div class="full-screen force-full-screen" style="background: url('assets/images/hangman-photo.jpg') center center no-repeat; background-size: cover;">
<div class="container clearfix">
<div class="emphasis-title vertical-middle center">
<h1 data-animate="fadeInUp">Welcome to <strong>La Photone</strong></h1>
</div>
</div>
</div>
</div>
</section>
</div>I have tried to manually initialize semicolon init functions like so:
SEMICOLON.documentOnReady.init();
SEMICOLON.documentOnLoad.init();But no success, If you can help me setting up template in angular 4, i would be very grateful to you.
Thanks
