diff --git a/src/app/app.component.html b/src/app/app.component.html index 6899d22..43aa0c7 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -32,7 +32,7 @@ Send report - DEVELOPMENT + DeFinMa diff --git a/src/app/documentation/documentation.component.html b/src/app/documentation/documentation.component.html index 51de978..fff10c3 100644 --- a/src/app/documentation/documentation.component.html +++ b/src/app/documentation/documentation.component.html @@ -4,6 +4,22 @@ Find the API documentation here: https://definma-api.apps.de1.bosch-iot-cloud.com/api-doc/ +
+ Code repository UI + + https://sourcecode.socialcoding.bosch.com/users/vle2fe/repos/definma-ui +
+ Code repository API + + https://sourcecode.socialcoding.bosch.com/users/vle2fe/repos/definma-api +
+

+ +

Introduction

+ +

+ + View the presentation explaining the main functions

diff --git a/src/app/documentation/documentation.component.ts b/src/app/documentation/documentation.component.ts index c3f6071..58d7674 100644 --- a/src/app/documentation/documentation.component.ts +++ b/src/app/documentation/documentation.component.ts @@ -1,4 +1,5 @@ import { Component, OnInit } from '@angular/core'; +import {ApiService} from '../services/api.service'; @Component({ selector: 'app-documentation', @@ -7,7 +8,9 @@ import { Component, OnInit } from '@angular/core'; }) export class DocumentationComponent implements OnInit { - constructor() { } + constructor( + public api: ApiService + ) { } ngOnInit(): void { } diff --git a/src/app/sample/sample.component.html b/src/app/sample/sample.component.html index b8f1818..6b25d1f 100644 --- a/src/app/sample/sample.component.html +++ b/src/app/sample/sample.component.html @@ -135,7 +135,7 @@

Successfully added samples:

- + Material{{generatedSamples[0].material.name}} Type{{generatedSamples[0].type}}