diff options
author | Danijel Andjelkovic <adanijel99@gmail.com> | 2022-03-30 12:41:38 +0200 |
---|---|---|
committer | Danijel Andjelkovic <adanijel99@gmail.com> | 2022-03-30 12:41:38 +0200 |
commit | 6af8655c2d1a24c0c3ba851bb28d72f9d06c83b0 (patch) | |
tree | be38877442f84ba0cffdd52b8de72c50342eb75b /frontend/src/app/app.component.html | |
parent | 2bae49ecb411d13d1d9d78e764340468f7f49f44 (diff) |
Promenio parametre background komponente tako da se mogu uneti kao atributi-i elementa.
Diffstat (limited to 'frontend/src/app/app.component.html')
-rw-r--r-- | frontend/src/app/app.component.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/frontend/src/app/app.component.html b/frontend/src/app/app.component.html index f0e563f4..daf93cc1 100644 --- a/frontend/src/app/app.component.html +++ b/frontend/src/app/app.component.html @@ -1,4 +1,6 @@ -<app-reactive-background></app-reactive-background> +<app-reactive-background [bgColor]="'#003459'" [lineColor]="'#00a8e8'" [pointColor]="'#cfeffb'" + [cursorLineColor]="'#888888'" [numPoints]="300"> +</app-reactive-background> <app-navbar></app-navbar> <div class="container h-100"> <router-outlet></router-outlet> |