-
I am having issues with es6 and imports statements :
```
PhantomJS 2.1.1 (Mac OS X 0.0.0) ERROR
SyntaxError: Use of reserved word 'import'
at /Users/sam/workspace/mlb/source-service-ui/src/ve…
-
- add logger into external file (server & client
- enable production mode Angular
- ...
-
[X] bug report
Fresh install fails on MacOS X ElCapitain.
```
sudo npm start
```
Throws Error:
ERROR in ./~/bootstrap-loader/lib/bootstrap.loader.js!./~/bootstrap-loader/no-op.js
Module build failed…
-
I am getting error:
```
*** BUILDING ARTIFACTS
• electron-builder version=20.0.6
• writing effective config file=builds/lexray/dev/0.12.5/electron-builder.yaml
• rebuilding native produc…
-
![](https://i.imgur.com/wOcsyTn.png)
the root cause is that index.d.ts
```typescript
export { NGXLoggerMock } from './logger.service.mock';
export { NGXLogger, LoggerConfig } from './logger.ser…
-
I have recently added PACT using depreciate DSL in our Angular2 project. We are in process of upgrading to current version and as per this repository instructions. This is how the output looks like
…
NomiJ updated
7 years ago
-
When trying to compile my project which uses this lib with `ngc` compiler for AOT the following error in thrown:
```
Error: ENOENT: no such file or directory, open '/Users/jiayi/Desktop/Repo/angul…
-
Hi,
I have just installed angular2-logger and have followed the README. I am try to run a Jasmine test under Karma to test a service into which I have injected a Logger instance. It fails and I see…
-
Details:
OS: macOS 10.12.2
Angular version: 2.4.0
Angular-CLI version: 1.0.0-beta.24
angular2-cookie version: 1.2.6
When running the compiled code using `ng serve --aot` or running the code bu…
-
Hi, apologies in advance for not having a great deal of debug information, but this may ease frustration for someone else.
Ionic 3 hangs on splash screen if hasPermission() is called. The offending…