UNPKG
ngx-graph-new
Version:
latest (1.0.0)
1.0.0
Modify the ngx-chart version is used
github.com/swimlane/ngx-graph
swimlane/ngx-graph
ngx-graph-new
/
demo
/
bootstrap.ts
9 lines
(7 loc)
•
275 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
import
{ platformBrowserDynamic }
from
'@angular/platform-browser-dynamic'
;
import
{
AppModule
}
from
'./app.module'
;
document
.
addEventListener
(
'DOMContentLoaded'
,
() =>
{
platformBrowserDynamic
() .
bootstrapModule
(
AppModule
) .
catch
(
err
=>
console
.
error
(err)); });