2016-05-02 19:57:28 -07:00

5 lines
185 B
TypeScript

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