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

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

}