New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ng2-expression-builder

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng2-expression-builder

Angular Expression builder

6.2.0
latest
Source
npm
Version published
Weekly downloads
8
-20%
Maintainers
1
Weekly downloads
 
Created
Source

Expression Builder

Simple extensible framework for compact markup building with fluent interface. This is a rewritten version of angularjs expression builder.

Expression builder tries to encapsulate the most of logic that can be happen while building complex tree based UI. It tries to collect imperative instructrion under the declarative containers. Tries to be pretty, but extensible, powerfull, but not sophisticated.We believe that expression builder can dramatically help to connect UI and hierarchical structures.

  • On the first step you say what elements you want to use in yours UI(buttons, lists etc.)
  • On the second step you tell about instuctions that should be applied in your UI(add button and list, add element, remove element etc.).
  • On the third step you just bind your instructions to UI, thats it!

Installing

npm i --save ng2-expression-builder

Example

Stackblitz

How it can look like

alt tag

Licence

Code licensed under MIT license.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Keywords

angular

FAQs

Package last updated on 25 Apr 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts