Overview + installation
Before starting you need to be authenticated, since the package is hosted within a private npm registry, the authentication steps are described before.
Last updated
Before starting you need to be authenticated, since the package is hosted within a private npm registry, the authentication steps are described before.
Last updated
<lib-navbar [navigationItems]="navigationItems">
<!-- header -->
<lib-toolbar slot="topContent">
<div slot="topContentStart">
<lib-logo />
</div>
<div slot="topContentCenter"></div>
<div slot="topContentEnd">
<lib-cms-theme-switcher />
<lib-lang-switcher/>
</div>
</lib-cms-toolbar>
<!-- body -->
<div slot="bodyContent">
<router-outlet />
</div>
</lib-cms-nav-container>
npm i @tradinos/cms-frontend-layout --force