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