-
Very cool project!
D8 has built in REST API using HAL. Do you have any plans to update this to work with D8?
-
when my app, build in prod mode
error:
ERROR in vendor.774848f9d31e38c558d3.bundle.js from UglifyJs
Unexpected token: name (EventsServiceModule) [vendor.774848f9d31e38c558d3.bundle.js:7767,4]
How …
-
My app in on Angular 5. Here is how the package.json looks like
```
{
"name": "myapp",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
…
-
* **I'm submitting a ...**
[x ] bug report
[ ] feature request
[ ] question about the decisions made in the repository
* **What is the current behavior?**
When application starts, a javascrip…
-
I noticed that if I use Angular2 NativeScript plugin, app needs to be restarted to show changes. There is not a realtime sync. Maybe I am doing something wrong.
To avoid restarting I must exclude Ang…
xLama updated
8 years ago
-
##### Description
The generated client does not format any date-time that is part of an operation path.
For an endpoint with this path:
> /api/value/{date}/{id}
An example request (as genera…
-
I use two ng2-select in one form. I retrieve data from api and set into the array but it not working correctly. bellow is my code. when I hard code it is working fine.
## .Ts
`[import { Component, O…
-
We are developing an App with `Ionic2` wich is built on top of `Angular2`
I have the following directive:
```
@Component({
selector: "round-slider",
directives: [IONIC_DIRECTIVES],
templ…
dgroh updated
8 years ago
-
### Issue type
**I'm submitting a ...** (check one with "x")
* [x] bug report
* [ ] feature request
* [ ] question about the decisions made in the repository
### Issue description
*…
-
I am using angular 4. I have tried to integrate this but I am getting error.
Uncaught Error: Unexpected value '[object Object]' imported by the module 'AppModule'. Please add a @NgModule annotatio…