mirror of
https://github.com/Lissy93/happy-app.git
synced 2021-05-12 19:52:18 +03:00
10 lines
270 B
TypeScript
10 lines
270 B
TypeScript
import { Component } from "@angular/core";
|
|
|
|
@Component({
|
|
selector: "calendar-chart",
|
|
templateUrl: "./components/calendar-chart/calendar-chart.html",
|
|
styleUrls: ["./components/calendar-chart/calendar-chart.css"]
|
|
})
|
|
|
|
export class CalendarChartComponent { }
|