angular-2-console-pipe
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "angular-2-console-pipe", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Angular 2 pipe for logging to the console from a template", | ||
"main": "console.pipe.ts", | ||
"main": "index.js", | ||
"repository": { | ||
@@ -7,0 +7,0 @@ "type": "git", |
@@ -8,3 +8,3 @@ # angular-2-console-pipe | ||
import { PLATFORM_PIPES } from '@angular/core'; | ||
import { ConsolePipe } from ‘angular-2-console-pipe’; | ||
import { ConsolePipe } from 'angular-2-console-pipe'; | ||
@@ -22,2 +22,2 @@ bootstrap(App, [{ | ||
{{ someObject | console }} | ||
``` | ||
``` |
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
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
22
3459