@logo-software/markdown
v11.0.0
Published
Dynamic markdown loader from MD/MDX files and parser for Angular.io projects. Markdown module converts md content text to html styled and formatted text.
Downloads
12
Readme
Markdown Module
Dynamic markdown loader from MD/MDX files and parser for Angular.io projects. Markdown module converts md content text to html styled and formatted text.
Click here for demo
Installation
All public NPM packages of Logo Software is at https://www.npmjs.com/~logofe. To install Markdown Module:
$ npm set registry https://registry.npmjs.org/
$ npm install @logo-software/markdown -s
Just import it to your project of @NgModule
import section.
@NgModule({
imports: [CommonModule, MarkdownModule]
})
export class AppModule {
}
Markdown Component
Markdown based content loader components. It will convert md text to html formatted and styled text. Add the below code to your code stack and give initializer parameters.
app.component.html
<logo-markdown url="'/assets/docs/getstarted.md'"></logo-markdown>
For API details, please visit http://design.logo.com.tr/#/docs/components/components-overview