angularjasper2
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

AngularJasper2

Status: Beta

What is AngularJasper2?

  • The library for Visualize and Angular2.

Install

npm install angularjasper2 --save

Example use:

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

Dependents (0)

Package Sidebar

Install

npm i angularjasper2

Weekly Downloads

13

Version

0.0.3

License

MIT

Last publish

Collaborators

  • amalieiev