Skip to content
This repository was archived by the owner on Feb 17, 2024. It is now read-only.

Commit ba6046e

Browse files
committed
docs(readme): index.html
1 parent 330700a commit ba6046e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
> `npm install @angularclass/bootloader --save`
1414
1515

16+
`main.module.ts`
1617
```typescript
1718
import { bootloader } from '@angularclass/bootloader';
1819

@@ -29,6 +30,10 @@ export function main() {
2930

3031
bootloader(main); // this will bootstrap your
3132
```
33+
`index.html`
34+
```html
35+
<script async src="app.bundle.js"></script>
36+
```
3237

3338

3439
enjoy — **AngularClass**

0 commit comments

Comments
 (0)