-
**Do you want to request a *feature* or report a *bug*?**
Bug
**What is the current behavior?**
Does not print outdated packages, only shows warnings
**If the current behavior is a bug…
-
-
How can md-date-time-picker be used with Webpack? Any examples?
jolic updated
7 years ago
-
I'm having trouble importing Ng2-Cytoscape. When I compile it gives this error:
>
> ERROR in NgCytoscapeModule is not an NgModule
> webpack: Failed to compile.
>
I'm using the latest Angula…
-
Right now only way I can target ES6 is like this:
```
{ test: /\.tsx?$/, loaders: ['react-hot', 'babel?presets[]=es2015-loose', 'awesome-typescript-loader?tsconfig=tsconfig.webpack.json'], include: p…
-
According to Brad Green at ng-conf 2015
> the first production Angular 2.0 app at Google will ship in May 2015.
Is there any timeline estimate to support Angular 2.0 in "satellizer"?
Will the new r…
-
Our Angular2/Typescript client generated with NSwag has quickly grown to over 32,000 lines. The large file size makes it difficult to navigate, and we also suspect it is having a substantial negative …
MgSam updated
2 years ago
-
## Angular 1.x和ES6的结合
在Web前端技术飞速发展的今天,Angular 1.x可以说是一个比较旧的东西,而ES6是新生事物。我们想要把这两个东西结合起来,感觉就好像“十八新娘八十郎,苍苍白发对红妆。”但这件事的难度也并不大,因为我们最终是要把ES6构建成ES5代码,而ES5代码是可以很容易和Angular 1.x协作的。
不过,为什么我们要干这件事呢?
在[这篇文章](h…
xufei updated
5 years ago
-
# 从angular1.x到angular2的一点实践
### 更新
- (2016-12-12)gulp工具流支持ES5和ES6同时翻译——兼顾新老代码
### 项目原状
- angular1.3,不支持`component`
- 没有使用CommJS/CMD/AMD等模块化方式
- 使用ES5
### 项目预期
- 使用ES6(是否使用TypeScript待评估)
…
-
- [X] I understand that GitHub issues are not for tech support, but for questions specific to this generator, bug reports, and feature requests.
Item | Version
----- | -----
generator-angular-fu…