Package Exports
- angular-split
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (angular-split) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
#[WIP] angular-split
Allow you to split any views horizontally or vertically inside your Angular (2+) application using two simples components <split> and <split-area>
Note:
Previously, I coded an angular (2+) wrapper to Split.js library (ng2-split) but I decided to rewrite it purely in Angular for following reasons:
- No more dependency except Angular.
- AOT compilation compliant.
- Use latest Flexbox CSS grid system.
- Fun!