C☭
Size: a a a
IY
IY
IY
IY
IY
IY
C☭
C☭
resolve: {
extensions: ['.tsx', '.ts', '.js', '.html']
},C☭
export class MyComponent implements ng.IComponentOptions {
public controller: any;
public templateUrl: string;
public bindings: any;
constructor() {
this.controller = MyController;
this.templateUrl = 'scripts/modules/module-name/components/my-component/my-component.tpl.html';
this.bindings = { };
}
}C☭
IY
C☭
IK
C☭
VH
IK
IK