0.1.6 • Published 3 years ago

ngx-sophize-md-renderer v0.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Sophize Md Renderer (Angular)

Angular renderer for Sophize Markdown.This library was generated with Angular CLI version 12.0.5.

Usage

This pacakge is compatible with angular 12 and above. To use in an angular application you also need to install katex and fontawesome:

    npm i @fortawesome/free-solid-svg-icons
    npm i katex

Then import these in styles.scss

@import '~katex/dist/katex.min.css';
@import '~@fortawesome/fontawesome-free/css/all.min.css';

Code scaffolding

Run ng generate component component-name --project ngx-sophize-md-renderer to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project ngx-sophize-md-renderer.

Note: Don't forget to add --project ngx-sophize-md-renderer or else it will be added to the default project in your angular.json file.

Build

Run ng build ngx-sophize-md-renderer to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run ng test ngx-sophize-md-renderer to execute the unit tests via Karma.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago