diff --git a/src/main/webapp/app/app-routing.module.ts b/src/main/webapp/app/app-routing.module.ts index d955f6d..d2808b8 100644 --- a/src/main/webapp/app/app-routing.module.ts +++ b/src/main/webapp/app/app-routing.module.ts @@ -11,6 +11,7 @@ import { CommonModule } from '@angular/common'; import { AddResourceComponent } from './add-resource/add-resource.component'; import { FormComposerComponent } from './form-composer/form-composer.component'; import { FacetComposerComponent } from './facet-composer/facet-composer.component'; +import { DynamicFormComponent } from './dynamic-form/dynamic-form.component'; //const routes: Routes =[{path:'addResource', component: AddResourceComponent}]; @@ -40,6 +41,10 @@ import { FacetComposerComponent } from './facet-composer/facet-composer.componen path: 'facetComposer', component: FacetComposerComponent }, + { + path: 'dynamicFormComponent', + component: DynamicFormComponent + }, navbarRoute, ...errorRoute, diff --git a/src/main/webapp/app/facet-composer/facet-composer.component.html b/src/main/webapp/app/facet-composer/facet-composer.component.html index 0ee8490..ca58b68 100644 --- a/src/main/webapp/app/facet-composer/facet-composer.component.html +++ b/src/main/webapp/app/facet-composer/facet-composer.component.html @@ -1,40 +1,59 @@
{{itemDesc}}
+{{fct.description}}