@tangential/asciidoctor-panel
TypeScript icon, indicating that this package has built-in type declarations

0.4.0-alpha.6 • Public • Published

AsciiDoctor Panel

An Angular2 component for displaying embedded AsciiDoctor content.

Installation

> npm install --save asciidoctor.js @tangential/asciidoctor-panel

Dependencies

Use

Somewhere in your code, prior to loading the Module, you will need to load the AsciiDoctor.js file:

In your module (e.g.app.module.ts):

// import the module
import {TanjAsciidoctorPanelModule} from '@tangential/asciidoctor-panel';

// and register it as an import: 
@NgModule({
  declarations: [
    AppComponent,
    ...
  ],
  imports: [
    AsciidoctorPanelModule,
    ...
  ],
  entryComponents: [AppComponent],
  bootstrap: [AppComponent]
})

And reference it in your component:

<mat-card>
  <tanj-asciidoctor-panel style="white-space:normal;overflow-wrap: normal;overflow: auto" [content]="asciidoctorContent"></tanj-asciidoctor-panel>
</mat-card>

Versions

Current Tags

Version History

Package Sidebar

Install

npm i @tangential/asciidoctor-panel

Weekly Downloads

1

Version

0.4.0-alpha.6

License

GPL-3.0

Unpacked Size

120 kB

Total Files

19

Last publish

Collaborators

  • tangential