ContaSystemer / elm-angularjs-custom-element / AngularCustomElement

The package contains helper function to view custom elements to reuse AngularJS directives/components in Elm.

View

view : { componentName : String, attributes : List (Html.Attribute msg) } -> Html msg

Creates a custom element which will be used to create AngularJS component

viewWithTransclusion : { componentName : String, attributes : List (Html.Attribute msg), transclude : List (Html Basics.Never) } -> Html msg

Creates a custom element which will be used to create AngularJS component with transclusion