rfx-logger
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -0,0 +0,0 @@ // Karma configuration file, see link for more information |
@@ -0,0 +0,0 @@ { |
{ | ||
"name": "rfx-logger", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "RfxLogger - beautiful logger", | ||
@@ -5,0 +5,0 @@ "author": "RedFoxxo", |
@@ -0,0 +0,0 @@ # RfxLogger |
import { NgModule } from '@angular/core'; | ||
import { RfxLoggerService } from './rfx-logger.service'; | ||
@NgModule({ | ||
imports: [], | ||
exports: [RfxLoggerService], | ||
providers: [RfxLoggerService], | ||
exports: [] | ||
}) | ||
export class RfxLoggerModule { } |
@@ -0,0 +0,0 @@ import { TestBed } from '@angular/core/testing'; |
@@ -0,0 +0,0 @@ import { Injectable } from '@angular/core'; |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ // This file is required by karma.conf.js and loads recursively all the .spec and framework files |
@@ -6,3 +6,3 @@ /* To learn more about this file see: https://angular.io/config/tsconfig. */ | ||
"outDir": "../../out-tsc/lib", | ||
"target": "es2015", | ||
"target": "es2016", | ||
"declaration": true, | ||
@@ -9,0 +9,0 @@ "declarationMap": true, |
@@ -5,3 +5,3 @@ /* To learn more about this file see: https://angular.io/config/tsconfig. */ | ||
"compilerOptions": { | ||
"declarationMap": false | ||
"declarationMap": true | ||
}, | ||
@@ -8,0 +8,0 @@ "angularCompilerOptions": { |
@@ -0,0 +0,0 @@ /* To learn more about this file see: https://angular.io/config/tsconfig. */ |
@@ -0,0 +0,0 @@ { |
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
8465
179