import {Component} from "ng-forward"; @Component({ selector: 'profile', templateUrl: "app/profile/profile.html", }) export class MyProfileComponent { }