angular-cn/public/docs/_examples/structural-directives/ts/app/main.ts

6 lines
190 B
TypeScript

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