3 changed files with 7 additions and 5 deletions
@ -1,4 +1,4 @@ |
|||||
<app-header></app-header> |
<app-header></app-header> |
||||
<router-outlet></router-outlet> |
<router-outlet></router-outlet> |
||||
|
|
||||
<Particles class="particles" [id]="id" [options]="particlesOptions" (particlesLoaded)="particlesLoaded($event)"></Particles> |
|
||||
|
<Particles class="particles" [id]="id" [options]="particlesOptions" (particlesLoaded)="particlesLoaded($event)" *ngIf="particlesEnabled"></Particles> |
||||
|
Loading…
Reference in new issue