-
I can't past the basic example. I run `ng init` using Angular CLI, then `npm i ng2-inline-editor --save`. Add `import {InlineEditorModule} from 'ng2-inline-editor';` to app module then in the same fil…
-
I use AOT with systemjs and I have some troubles with your component.
Basically I used the following procedure to be able to use it in aot mode:
https://github.com/yuyang041060120/angular2-ui-swit…
Eolan updated
7 years ago
-
```
:; npm i
- wreck@5.6.1 node_modules/hapi/node_modules/h2o2/node_modules/wreck
- h2o2@4.0.1 node_modules/hapi/node_modules/h2o2
- joi@5.1.0 node_modules/hapi/node_modules/heavy/node_modules/joi
- i…
-
Hello,
Trying to install this on a project with Angular 2.1.0 with CLI v1.0.0-beta.19-3 and I am getting an error related to the typings install in the postinstall step.
```
npm install --save …
-
### Issue description or question
Created a setup for the angular2 with the wallabyjs and have some strange errors like
"Runtime error: ReferenceError: Can't find variable: Map"
Couple of errors ar…
-
If you have any calculated fields that depend on the inputs' value, clicking cancel doesn't re-update them. See https://github.com/Caballerog/ng2-inline-editor/pull/27 for a fix.
-
This module keeps on failing on my build system with the following errors
`10:08:24.279 npm ERR! Failed at the ng2-inline-editor@0.1.1-alpha.8 postinstall script 'typings install'.`
-
Hi, I've added this package to my project, and if I leave this line without // it destroys the whole project :(
This line destroys everything:
import { TreeModel } from 'ng2-tree';
And this i…
-
have an error
```
quillEditor.component.ts:79:28 Cannot find name 'Quill'.
```
after update 1.1.0 to 1.1.1
-
When I run the demo I get:
{
statusCode: 400,
error: "Bad Request",
message: "Invalid cookie value"
}