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