UNPKG
nodram
Version:
latest (0.0.1)
0.0.1
A Really MEAN Web Framework
github.com/oreofeolurin/ream
oreofeolurin/ream
nodram
/
src
/
templates
/
browser.bootstrap.dev.ts
4 lines
(3 loc)
•
180 B
text/typescript
View Raw
1
2
3
4
import
{ platformBrowserDynamic }
from
'@angular/platform-browser-dynamic'
;
import
{
MainModule
}
from
'./browser.module'
;
platformBrowserDynamic
().
bootstrapModule
(
MainModule
);