typescript-angular-utilities
Advanced tools
Comparing version 2.1.4 to 2.1.5
{ | ||
"name": "typescript-angular-utilities", | ||
"version": "2.1.4", | ||
"version": "2.1.5", | ||
"description": "Typescript utility classes published as angular services", | ||
@@ -5,0 +5,0 @@ "author": "Renovo Development Team", |
@@ -16,6 +16,7 @@ import * as array from './array/array.service'; | ||
import * as stringService from './string/string.service'; | ||
import * as synchronizedRequests from './synchronizedRequests/synchronizedRequests.service'; | ||
import * as test from './test/test.module'; | ||
import * as time from './time/time.service'; | ||
import * as validation from './validation/validation.service'; | ||
export { array, autosave, autosaveAction, boolean, date, fileSize, genericSearchFilter, moment, notification, numberService as number, objectService as object, observable, parentChildBehavior, promise, stringService as string, test, time, validation }; | ||
export { array, autosave, autosaveAction, boolean, date, fileSize, genericSearchFilter, moment, notification, numberService as number, objectService as object, observable, parentChildBehavior, promise, stringService as string, synchronizedRequests, test, time, validation }; | ||
export declare var name: string; |
@@ -33,2 +33,4 @@ 'use strict'; | ||
exports.string = stringService; | ||
var synchronizedRequests = require('./synchronizedRequests/synchronizedRequests.service'); | ||
exports.synchronizedRequests = synchronizedRequests; | ||
var test = require('./test/test.module'); | ||
@@ -57,2 +59,3 @@ exports.test = test; | ||
stringService.moduleName, | ||
synchronizedRequests.moduleName, | ||
time.moduleName, | ||
@@ -59,0 +62,0 @@ test.moduleName, |
@@ -20,2 +20,3 @@ 'use strict'; | ||
import * as stringService from './string/string.service'; | ||
import * as synchronizedRequests from './synchronizedRequests/synchronizedRequests.service'; | ||
import * as test from './test/test.module'; | ||
@@ -41,2 +42,3 @@ import * as time from './time/time.service'; | ||
stringService as string, | ||
synchronizedRequests, | ||
test, | ||
@@ -65,2 +67,3 @@ time, | ||
stringService.moduleName, | ||
synchronizedRequests.moduleName, | ||
time.moduleName, | ||
@@ -67,0 +70,0 @@ test.moduleName, |
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
249319
187
4953