update configurator and docs

This commit is contained in:
Cetin Cakiroglu 2021-12-10 11:39:30 +03:00
parent b7372bb388
commit 2b91b042d5
2 changed files with 3 additions and 1 deletions

View File

@ -27,6 +27,8 @@
<h6>Ripple Effect</h6>
<p-inputSwitch [ngModel]="app.ripple" (onChange)="appMain.onRippleChange($event)"></p-inputSwitch>
<h6>Menu Type</h6>
<div class="p-formgroup-inline">
<div class="field-radiobutton">
<p-radioButton name="menuType" value="static" [(ngModel)]="app.menuMode" (onClick)="appMain.isStatic()"

View File

@ -21,7 +21,7 @@
install the libraries from npm and then execute "ng serve" to run the application in your local environment.</p>
<app-code ngPreserveWhitespaces ngNonBindable lang="markup">
cd sakai
cd sakai-ng
npm install
ng serve
</app-code>