feat(demo): add landing page with docs (#1951)

This commit is contained in:
Dmitry Nehaychik 2018-12-26 15:17:57 +03:00 committed by Sergey Andrievskiy
parent 67c9587b87
commit 43cc3a1556
190 changed files with 15425 additions and 21 deletions

View file

@ -0,0 +1,14 @@
<nb-layout>
<nb-layout-header>
<ngx-landing-header></ngx-landing-header>
</nb-layout-header>
<nb-layout-column>
<ngx-landing-sections-container></ngx-landing-sections-container>
<ngx-landing-ribbon></ngx-landing-ribbon>
</nb-layout-column>
<nb-layout-footer class="footer" fixed>
<ngx-landing-footer></ngx-landing-footer>
</nb-layout-footer>
</nb-layout>