3e02eb4abb
It lost some functionality, but it was never put to use.
11 lines
229 B
TypeScript
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";
|
|
}
|