5 lines
100 B
Markdown
Raw Normal View History

```
document.addEventListener('DOMContentLoaded', function() {
ng.bootstrap(AppComponent);
});
```