duck-booking-tool-front/app/app.component.ts
Gergely Polonkai 3e02eb4abb Update for the final version of Angular2
It lost some functionality, but it was never put to use.
2016-10-28 05:19:23 +02:00

11 lines
229 B
TypeScript

import { Component } from "@angular/core";
@Component({
moduleId: module.id,
selector: "duckbook-front-app",
templateUrl: "app.component.html"
})
export class AppComponent {
title = "Rubber Duck Booking Tool";
}