Fix the dashboard component
Duck was not imported.
This commit is contained in:
parent
15feb7c78a
commit
101d958a1b
@ -2,6 +2,8 @@ import { Component, OnInit } from "@angular/core";
|
|||||||
|
|
||||||
import { DuckService } from "./duck.service";
|
import { DuckService } from "./duck.service";
|
||||||
|
|
||||||
|
import { Duck } from "./models";
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: "dashboard",
|
selector: "dashboard",
|
||||||
templateUrl :"app/dashboard.component.html",
|
templateUrl :"app/dashboard.component.html",
|
||||||
|
Loading…
Reference in New Issue
Block a user