fix
This commit is contained in:
@@ -4,7 +4,9 @@
|
||||
<a class="nav-link">
|
||||
<span class="title">Dashboard and Widgets</span>
|
||||
</a>
|
||||
<button onclick="setup()">setup!</button>
|
||||
</div>
|
||||
<div class="header-actions">
|
||||
<a href="javascript:setup()" class="nav-link nav-icon">setup!</a>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ import { DashboardService } from '../dashboard.service';
|
||||
})
|
||||
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,
|
||||
private injector: Injector) { }
|
||||
|
||||
Reference in New Issue
Block a user