ngx-forge
Advanced tools
Comparing version 0.0.2-development to 0.0.3-development
@@ -0,4 +1,9 @@ | ||
export { AsciidocComponent } from './src/app/asciidoc/asciidoc.component'; | ||
export { InputComponent } from './src/app/input/input.component'; | ||
export * from './src/app/model/base.model'; | ||
export * from './src/app/model/gui.model'; | ||
export declare class NgxForgeModule { | ||
} | ||
export { ProjectSelect } from './src/app/project-select/project-select'; | ||
export { Config } from './src/app/service/config.component'; | ||
export { ForgeService } from './src/app/service/forge.service'; | ||
export { History } from './src/app/service/history.component'; | ||
export { NgxForgeModule } from './src/app/ngx-forge.module'; |
@@ -1,39 +0,10 @@ | ||
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; | ||
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); | ||
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; | ||
return c > 3 && r && Object.defineProperty(target, key, r), r; | ||
}; | ||
import { NgModule } from '@angular/core'; | ||
import { CommonModule } from '@angular/common'; | ||
import { FormsModule } from '@angular/forms'; | ||
import { AsciidocComponent } from './src/app/asciidoc/asciidoc.component'; | ||
import { InputComponent } from './src/app/input/input.component'; | ||
import { ProjectSelect } from './src/app/project-select/project-select'; | ||
import { Config } from './src/app/service/config.component'; | ||
import { ForgeService } from './src/app/service/forge.service'; | ||
import { History } from './src/app/service/history.component'; | ||
export { AsciidocComponent } from './src/app/asciidoc/asciidoc.component'; | ||
export { InputComponent } from './src/app/input/input.component'; | ||
export * from './src/app/model/base.model'; | ||
export * from './src/app/model/gui.model'; | ||
var classes = [ | ||
AsciidocComponent, | ||
InputComponent, | ||
ProjectSelect, | ||
Config, | ||
ForgeService, | ||
History | ||
]; | ||
var NgxForgeModule = (function () { | ||
function NgxForgeModule() { | ||
} | ||
return NgxForgeModule; | ||
}()); | ||
NgxForgeModule = __decorate([ | ||
NgModule({ | ||
imports: [CommonModule, FormsModule], | ||
exports: classes, | ||
declarations: classes | ||
}) | ||
], NgxForgeModule); | ||
export { NgxForgeModule }; | ||
export { ProjectSelect } from './src/app/project-select/project-select'; | ||
export { Config } from './src/app/service/config.component'; | ||
export { ForgeService } from './src/app/service/forge.service'; | ||
export { History } from './src/app/service/history.component'; | ||
export { NgxForgeModule } from './src/app/ngx-forge.module'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "ngx-forge", | ||
"version": "0.0.0-development", | ||
"version": "0.0.3-development", | ||
"description": "Forge services for Angular v2 and up", | ||
"main": "bundles/login.umd.js", | ||
"main": "bundles/ngx-forge.umd.js", | ||
"module": "index.js", | ||
@@ -17,3 +17,3 @@ "typings": "index.d.ts", | ||
"copy-files": "gulp copyfiles", | ||
"minify": "uglifyjs dist/bundles/login.umd.js --screw-ie8 --compress --mangle --comments --output dist/bundles/login.umd.min.js", | ||
"minify": "uglifyjs dist/bundles/ngx-forge.umd.js --screw-ie8 --compress --mangle --comments --output dist/bundles/ngx-forge.umd.min.js", | ||
"reinstall": "npm run clean && npm install", | ||
@@ -20,0 +20,0 @@ "remove-dist": "rimraf dist", |
{ | ||
"name": "ngx-forge", | ||
"version": "0.0.2-development", | ||
"version": "0.0.3-development", | ||
"description": "Forge services for Angular v2 and up", | ||
"main": "bundles/login.umd.js", | ||
"main": "bundles/ngx-forge.umd.js", | ||
"module": "index.js", | ||
@@ -17,3 +17,3 @@ "typings": "index.d.ts", | ||
"copy-files": "gulp copyfiles", | ||
"minify": "uglifyjs dist/bundles/login.umd.js --screw-ie8 --compress --mangle --comments --output dist/bundles/login.umd.min.js", | ||
"minify": "uglifyjs dist/bundles/ngx-forge.umd.js --screw-ie8 --compress --mangle --comments --output dist/bundles/ngx-forge.umd.min.js", | ||
"reinstall": "npm run clean && npm install", | ||
@@ -20,0 +20,0 @@ "remove-dist": "rimraf dist", |
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
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
96320
1440