angular-prism
Advanced tools
Comparing version 0.1.5 to 0.1.6
import { Renderer2, ElementRef, AfterViewInit } from '@angular/core'; | ||
import 'https://unpkg.com/prismjs@1.6.0/prism'; | ||
import 'https://unpkg.com/prismjs@1.6.0/components/prism-typescript.min'; | ||
import 'https://unpkg.com/prismjs@1.6.0/components/prism-{{language}}.min'; | ||
export declare class PrismComponent implements AfterViewInit { | ||
@@ -5,0 +5,0 @@ private _renderer; |
@@ -14,3 +14,3 @@ "use strict"; | ||
require("https://unpkg.com/prismjs@1.6.0/prism"); | ||
require("https://unpkg.com/prismjs@1.6.0/components/prism-typescript.min"); | ||
require("https://unpkg.com/prismjs@1.6.0/components/prism-{{language}}.min"); | ||
let PrismComponent = class PrismComponent { | ||
@@ -17,0 +17,0 @@ constructor(_renderer, _el) { |
{ | ||
"name": "angular-prism", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "build": "ngc -p tsconfig.json", |
import { Component, Input, Renderer2, ElementRef, AfterViewInit } from '@angular/core'; | ||
declare var Prism: any; | ||
import 'https://unpkg.com/prismjs@1.6.0/prism'; | ||
import 'https://unpkg.com/prismjs@1.6.0/components/prism-typescript.min' | ||
import 'https://unpkg.com/prismjs@1.6.0/components/prism-{{language}}.min' | ||
@Component({ | ||
@@ -6,0 +6,0 @@ selector: 'prism-block', |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
11507