UNPKG

angularjasper2

Version:

<p align="center"> <h1 align="center">AngularJasper2</h1> </p>

40 lines (29 loc) 850 B
<p align="center"> <h1 align="center">AngularJasper2</h1> </p> Status: Beta ## What is AngularJasper2? - The library for **Visualize** and **Angular2**. ## Install ```bash npm install angularjasper2 --save ``` ## Example use: ```ts import { Component } from '@angular/core'; import { ReportComponent } from 'angularjasper2'; @Component({ selector: 'my-app', template: ` <h1>My First Angular 2 App</h1> <jr-report resource="/public/Samples/Reports/07g.RevenueDetailReport"></jr-report> `, directives: [ReportComponent] }) export class AppComponent { } ``` ## Developer Guide If you want to get started quickly on building with AngularJasper2, check out our developer guide that will teach you everything you need to know to be productive with AngularJasper2. 1. [Installation & Setup](docs/1-install-and-setup.md)