Ali Mirzaei
Results
1
issues of
Ali Mirzaei
Hi, I think I found an issue in angular2-localstorage that fail the build process. to fix this edit "/node_modules/angular-2-local-storage/dist/LocalStorageService.d.ts" and replace following line" `constructor(config: ILocalStorageServiceConfig);` with this : `constructor(config?: ILocalStorageServiceConfig);`...