myprofile.component.ts 162 Bytes
import {Component} from "ng-forward";

@Component({
    selector: 'profile',
    templateUrl: "app/profile/profile.html",
})
export class MyProfileComponent {

}