5 lines
185 B
TypeScript
5 lines
185 B
TypeScript
import {bootstrap} from '@angular/platform-browser-dynamic';
|
|
import {StructuralDirectivesComponent} from './structural-directives.component';
|
|
|
|
bootstrap(StructuralDirectivesComponent);
|