-
Hello,
"npm install" succeds but running "npm run webpack" gives this error:
```
Version: webpack 1.14.0
Child
Hash: f62bbc99a0af5c373e75
Version: webpack 1.14.0
Time: 10632ms
…
-
The nature of ts-loader makes it slower as the project's size increases.
https://github.com/TypeStrong/ts-loader#faster-builds
There are 2 options to make it fast:
- Use a separate process for …
-
## Description
Fountain webapp angular 2 with webpack / system js generates very large main.js/index.js file.
I used in combination with angular/router.
Using such a large file in producti…
-
##### Description
I use swagger-codegen to generate an API for typescript-angular2.
The Swagger JSON file contains as well additional information. e.g. minLength, maxLength of a string:
> "Ap…
-
**该issue关闭讨论,如有问题请去 https://github.com/kittencup/angular2-ama-cn/issues/43 提问**
## 目录
- [Angular2是建立在TypeScript上](https://github.com/kittencup/angular2-ama-cn/issues/33#issuecomment-172438628)
- [Typ…
-
I clone repo and try to build it:
$ npm run build
> ng-webpack-play@ build D:\angular2\ng2-webpack-play
> webpack
ts-loader: Using typescript@1.8.9 and D:\angular2\ng2-webpack-play\tsconfig.json
Ha…
-
wus-iMac:angular2-contacts-demo wu$ ng serve
Unable to find "@angular/cli" in devDependencies.
Please take the following steps to avoid issues:
"npm install --save-dev @angular/cli@latest"
^C…
-
Hi,
I have an Angular CLI project running in Electron. When I follow your instructions and import the module like this `import NFC from '../../../node_modules/nfc-pcsc';`, and call `const nfc = new N…
-
##### Description
While generating the API client in typescript-angular2, the `Content-Type` and `Accept` headers are **not** set.
##### Swagger-codegen version
v2.2.2 and 2.2.3-20170703.1403…
-
### Description
-----
I want to suggest a couple of change in the architecture distribution of the code generated by the `typescript-angular2` version of the CLI. I know most of the changes I'm abou…