Fix the dashboard component

Duck was not imported.
This commit is contained in:
Gergely Polonkai 2016-10-28 09:47:49 +02:00
parent 15feb7c78a
commit 101d958a1b
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@ import { Component, OnInit } from "@angular/core";
import { DuckService } from "./duck.service";
import { Duck } from "./models";
@Component({
selector: "dashboard",
templateUrl :"app/dashboard.component.html",