From 620104f65ed115a87cd0f07e560524f3ff8fc3c5 Mon Sep 17 00:00:00 2001
From: VLE2FE
+ 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
+
+
+ + 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 @@