angular-cn/public/docs/_examples/structural-directives/ts/app/main.ts

5 lines
177 B
TypeScript

import {bootstrap} from 'angular2/platform/browser';
import {StructuralDirectivesComponent} from './structural-directives.component';
bootstrap(StructuralDirectivesComponent);