nightr/client/Nightr/src/app/app.component.ts

9 lines
179 B
TypeScript

import { Component } from "@angular/core";
@Component({
selector: "ns-app",
moduleId: module.id,
templateUrl: "./app.component.html",
})
export class AppComponent {}