Template Logo
-
The Logo component can be found in the
with your own logo SVG image OR logo image URL.src/app/components/landing-pages/widget/brand-logo/
-
Then user has to call logo component wherever logo has to show eg.
src/assets/images/logo/
You can add a image URL icon to your Website using the following code:
<a href="index.html" class="navbar-brand m-0">
<span class="logo-normal">
<img src="assets/images/logo/logo.png" alt="logo" class="img-fluid" loading="lazy">
</span>
</a>
You can call logo component wherever logo has to show:
<app-brand-logo></app-brand-logo>