JyotsnaC / UAT-DynamicViewKit

A set of tools for dynamic functionality for Angular components and directives

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@UAT/DynamicViewKit

The Dynamic View Kit is a library for building components and directives with dynamic capabilities.

The goal is to provide a set of tools that allow component and directive authors to create feature rich components whose functionality can be modified by end users.

Documentation

The documentation is available here.

Features

Currently the dvk offers 3 features for building components and directives.

Installation

The dvk can be installed from npm.

npm i @uat/dvk

Important

The dvk requires typescript 2.8 or higher.

Building

The dvk library can be compiled with the command:

ng build dvk

emo Application

The development environment and demo application can then be started with the command:

ng serve

Angular CLI

This project was generated with Angular CLI version 6.1.2.

About

A set of tools for dynamic functionality for Angular components and directives

License:MIT License


Languages

Language:TypeScript 93.1%Language:HTML 3.6%Language:JavaScript 2.4%Language:CSS 0.9%