-
Having an issue with using absolute path's
in main.module:
```js
import { HelloWorldComponent } from 'src/app/components/hello-world.component';
```
getting: `UnhandledPromiseRejectionWarning…
-
-
Im trying to switch from ts-loader to the awesome-typescript-loader.
I did the following: npm install awesome-typescript-loder --save-dev
Then in my webpack config I imported the ForkCheckerplugin lik…
-
Had to add a line :
import {} from 'jasmine';
to the file app.e2e-spec.ts.
Have also invoked : npm install at type/node and npm install at type/jasmine'. ( Somehow editor is not displaying t…
khtan updated
6 years ago
-
I am using version "2.0.0-beta.11" on my application and it works fine. I tried to upgrade to "2.0.2" and i am getting the below error message,
"node_modules/angular2-modal/index.d.ts" is not a mod…
-
Hello guys,
I would like to import the module 'highcharts-more', i need use a polar chart (http://www.highcharts.com/demo/polar) in my Ionic 2 App.
```
declare var require: any;
const Highch…
-
On a fresh clone I executed `npm install` and then `npm run build` (as explained here: https://github.com/ghidoz/angular2-jsonapi#development) and I get following error:
```
ERROR: projects/angular2…
-
When load the app, got below error: Exception: Call to Node module failed with error: TypeError: ctorParameters.map is not a function
-
我用npm bower安装时,出现如下("angular": "1.5", 我改的)
Unable to find a suitable version for angular, please choose one by typing one of the numbers below:
1) angular#~1.2.26 which resolved to 1.2.32 and is…
-
Csini updated
8 years ago