angular-docs-cn/tools/doc-shredder/_test/test_fragments/multiregion/main3-twoparts.ts.ovr.md

9 lines
224 B
Markdown
Raw Normal View History

2015-10-14 15:47:22 -04:00
```
import {Component, View, bootstrap} from 'angular2/angular2';
/* more code here */
// indented comment
var x = 3;
// plaster should go immediately under here.
/* more code here */
bootstrap(AppComponent);
```