5 lines
177 B
TypeScript
Raw Normal View History

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