import { Component } from "@angular/core"; @Component({ selector: "strongs", templateUrl: "build/components/strongs/strongs.html" }) export class Strongs { private item: StrongsResult; constructor() { } }