added presentation
This commit is contained in:
@ -4,6 +4,22 @@
|
||||
Find the API documentation here:
|
||||
<a href="https://definma-api.apps.de1.bosch-iot-cloud.com/api-doc/">
|
||||
https://definma-api.apps.de1.bosch-iot-cloud.com/api-doc/
|
||||
</a><br>
|
||||
Code repository UI
|
||||
<a href="https://sourcecode.socialcoding.bosch.com/users/vle2fe/repos/definma-ui">
|
||||
https://sourcecode.socialcoding.bosch.com/users/vle2fe/repos/definma-ui
|
||||
</a><br>
|
||||
Code repository API
|
||||
<a href="https://sourcecode.socialcoding.bosch.com/users/vle2fe/repos/definma-api">
|
||||
https://sourcecode.socialcoding.bosch.com/users/vle2fe/repos/definma-api
|
||||
</a><br>
|
||||
</p>
|
||||
|
||||
<h4>Introduction</h4>
|
||||
|
||||
<p>
|
||||
<a [href]="api.hostName + '/static/intro-presentation'">
|
||||
View the presentation explaining the main functions
|
||||
</a>
|
||||
</p>
|
||||
|
||||
|
@ -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 {
|
||||
}
|
||||
|
Reference in New Issue
Block a user