1.0.8 • Published 12 months ago

angular-resizable-pane v1.0.8

Weekly downloads
-
License
-
Repository
-
Last release
12 months 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

12 months ago

1.0.7

12 months ago

1.0.6

12 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

0.0.1

12 months ago