@railzai/railz-uikit-angular
TypeScript icon, indicating that this package has built-in type declarations

0.0.1-alpha.52 • Public • Published

Railz is the Accounting Data as a Service™ solution that makes sense of your business customers' financial data.

Railz UIKit Angular

Latest Version on NPM Tree shaking

This is an angular wrapper for @railzai/railz-visualization.

Installation

With NPM:

npm install @railzai/railz-uikit-angular

With Yarn:

yarn add @railzai/railz-uikit-angular

Usage

In your own Angular Application, add the below in your code files

app.component.html

<railz-component first="Sade" last="Adu"></railz-component>

app.module.ts

Import the RailzUikitModule into your component module or app.module.ts file

import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { AppComponent } from './app.component';
import { RailzUikitModule } from '@railzai/railz-uikit-angular';
@NgModule({
  declarations: [AppComponent],
  imports: [BrowserModule, RailzUikitModule],
  providers: [],
  bootstrap: [AppComponent],
})
export class AppModule {}

Readme

Keywords

none

Package Sidebar

Install

npm i @railzai/railz-uikit-angular

Weekly Downloads

1

Version

0.0.1-alpha.52

License

MIT

Unpacked Size

184 kB

Total Files

22

Last publish

Collaborators

  • railzai