2015-12-14 10:08:32 -08:00

5 lines
177 B
TypeScript

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