UNPKG
@wasp-ui/ng-golden-layout
Version:
latest (0.0.8)
0.0.8
0.0.7
0.0.6
0.0.5
Angular bindings for golden-layout
github.com/goldsam/ng-golden-layout
goldsam/ng-golden-layout
@wasp-ui/ng-golden-layout
/
module.d.ts
6 lines
(5 loc)
•
227 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
ModuleWithProviders
}
from
'@angular/core'
;
import
{
GoldenLayoutConfiguration
}
from
'./config'
;
export
declare
class
GoldenLayoutModule
{
static
forRoot
(
config
:
GoldenLayoutConfiguration
):
ModuleWithProviders
; }