-
if I specify a name of a new component with kebab-case, the generated code looks like
```
(function() {
'use strict';
angular
.module('appName')
.factory('foo-bar', foo-bar);
/** @ng…
-
All the HTTP methods should transform their responses to observables to make it Angular 2 compliant.
- [x] Return observables https://github.com/SamVerschueren/angular2-polyfill/commit/f98bdcee1c205a9…
-
We're using https://github.com/mgechev/angular-seed release 2.0.0 and uses Angular2 2.0.0.
After setting it up I receive the error:
```
'simple-notifications' is not a known element:
1. If 'simple-n…
-
yeoman generator based on this seed-advanced
> new project
- [x] Input your project's name
- [x] Input the necessary tecnology (web and/or electron and/or nativescript/reactnative and/or ionic2/cordo…
-
I cloned the whole repo, and had run the commands
```
npm install
gulp
```
but get below errors:
```
src/services/adal.service.ts(4,26): error TS2307: Cannot find module 'adal'.
src/services/adal.s…
-
Hi,
I'm trying to use color picker in a Ionic 2 app but got no success so far.
When loading my component, I've got an error
`No Directive annotation found on ColorPickerDirective`
I'm loading the se…
-
**备注下 angular2-webpack-starter 项目各个配置文件与各个文件夹对应的内容**
https://github.com/AngularClass/angular2-webpack-starter
## 文件结构
```
angular2-webpack-starter/
├──config/ * 配置文件
…
-
Hey,
It appears that the package does not work with ES modules using the `` syntax. Take this test file for instance:
```ts
// tests/my-component-tests.ts
import chai from '../node_modules/@b…
-
For AOT compilation I'm getting such error.
![screen shot 2017-02-28 at 15 02 26](https://cloud.githubusercontent.com/assets/1526680/23408058/f72a8934-fdc6-11e6-8e67-14b630034ea2.png)
-
Hello,
I am dealing with an issue. I have tested the reactive form module demo in my angular application. Every thing works fine, except that the form control value does not update when dragging as…