new-is-app-angular2 #12

Merged
michele.artini merged 43 commits from new-is-app-angular2 into new-is-app 2023-02-06 11:30:14 +01:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit a01a638661 - Show all commits

View File

@ -9,6 +9,7 @@ import { ContextViewerComponent, ContextsComponent } from './contexts/contexts.c
import { DsmSearchComponent, DsmResultsComponent, DsmApiComponent } from './dsm/dsm.component';
const routes: Routes = [
{ path:"" , redirectTo:'info', pathMatch: 'full' },
{ path:"info" , component:InfoComponent },
{ path:"resources/:type" , component:ResourcesComponent },
{ path:"adv_resources/context" , component:ContextsComponent },

View File

@ -8,7 +8,7 @@
<mat-expansion-panel-header>
<mat-panel-title>Home</mat-panel-title>
</mat-expansion-panel-header>
<div>...</div>
<a class="menu-item" [routerLink]="['']">Home</a>
</mat-expansion-panel>
<mat-expansion-panel>
<mat-expansion-panel-header>