fix
This commit is contained in:
@@ -4,7 +4,9 @@
|
|||||||
<a class="nav-link">
|
<a class="nav-link">
|
||||||
<span class="title">Dashboard and Widgets</span>
|
<span class="title">Dashboard and Widgets</span>
|
||||||
</a>
|
</a>
|
||||||
<button onclick="setup()">setup!</button>
|
</div>
|
||||||
|
<div class="header-actions">
|
||||||
|
<a href="javascript:setup()" class="nav-link nav-icon">setup!</a>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ import { DashboardService } from '../dashboard.service';
|
|||||||
})
|
})
|
||||||
export class DashboardComponent implements AfterViewInit {
|
export class DashboardComponent implements AfterViewInit {
|
||||||
|
|
||||||
@ViewChild('content', { read: ViewContainerRef, static: false }) content: ViewContainerRef;
|
@ViewChild('content', { read: ViewContainerRef }) content: ViewContainerRef;
|
||||||
|
|
||||||
constructor(private compiler: Compiler, private dashboardService: DashboardService,
|
constructor(private compiler: Compiler, private dashboardService: DashboardService,
|
||||||
private injector: Injector) { }
|
private injector: Injector) { }
|
||||||
|
|||||||
Reference in New Issue
Block a user