
Product
Introducing Socket MCP for Claude Desktop
Add secure dependency scanning to Claude Desktop with Socket MCP, a one-click extension that keeps your coding conversations safe from malicious packages.
angular2-markdown
Advanced tools
Source @ https://github.com/dimpu/angular2-markdown
##setup
npm i angular2-markdown --save
##How to use it
import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import {MarkdownModule} from 'angular2-markdown';
import {AppComponent} from '../src/app.component';
@NgModule({
imports: [
BrowserModule,
MarkdownModule,
],
declarations: [AppComponent],
bootstrap: [AppComponent]
})
app.component.html
<div Markdown>
### your markdown code
</div>
// to load from remote url
<div Markdown path="/path/to/readme.md"> </div>
You can found the working example inside the src/app/demo directory.
git clone https://github.com/dimpu/angular2-markdown.git
npm i
ng serve
now you should see working example at http://localhost:4200
FAQs
[![Build Status][travis-badge]][travis-badge-url] [![npm][circleci-badge-url]][circleci-url] [![version][npm-badge-url]][npm-url] [![npm][license-badge-url]][license-url] [![npm][dep-badge-url]][dep-url]
The npm package angular2-markdown receives a total of 89 weekly downloads. As such, angular2-markdown popularity was classified as not popular.
We found that angular2-markdown demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Add secure dependency scanning to Claude Desktop with Socket MCP, a one-click extension that keeps your coding conversations safe from malicious packages.
Product
Socket now supports Scala and Kotlin, bringing AI-powered threat detection to JVM projects with easy manifest generation and fast, accurate scans.
Application Security
/Security News
Socket CEO Feross Aboukhadijeh and a16z partner Joel de la Garza discuss vibe coding, AI-driven software development, and how the rise of LLMs, despite their risks, still points toward a more secure and innovative future.