UNPKG
ngx-resizable
Version:
latest (0.0.1)
0.0.1
Resizable angular2 module
github.com/CoderAjay/ng2Resizeable
CoderAjay/ng2Resizeable
ngx-resizable
/
example
/
main.ts
5 lines
(3 loc)
•
136 B
text/typescript
View Raw
1
2
3
4
5
import
{bootstrap}
from
'@angular/platform-browser-dynamic'
;
import
{
AppComponent
}
from
'./app.component'
;
bootstrap
(
AppComponent
);