1.0.8 • Published 2 years ago

angular-resizable-pane v1.0.8

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

angular-resizable-pane

In HTML:

<div class="container">
    <angular-resizable-pane [layout]="layout">
        <ng-container ngProjectAs="section_1">
            <h1>Section1</h1>
        </ng-container>
        <ng-container ngProjectAs="section_2">
            <h1>Section2</h1>
        </ng-container>
    </angular-resizable-pane>
</div>

Layout model:

layout : Layout = {
    orientation: 'horizontal',
    unitType: 'percent',
    initSize: 20,
    minSize: 10,
    maxSize: 50
}
1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

0.0.1

2 years ago