14 lines
220 B
TypeScript
Raw Normal View History

2016-09-12 18:13:56 -04:00
import { Component } from "@angular/core";
@Component({
selector: "strongs",
templateUrl: "build/components/strongs/strongs.html"
})
export class Strongs {
private item: StrongsResult;
constructor() {
}
}