-
I don't want this to sound too critical :-).
I just have a few questions/concerns about Observables in the context of Angular 2.0 http.
Since I started using http in Angular 2.0 I have always wonde…
-
Quick, can you spot an error? (Currently it fails silently.)
``` html
{{item}}
```
There are two issues:
- It is `for of` not `for in`
- It needs `var item` or `#item` instead of `item`
The cur…
-
Can't bind to 'show' since it isn't a known property of 'ngx-loading'.
1. If 'ngx-loading' is an Angular component and it has 'show' input, then verify that it is part of this module.
2. If 'ngx-loa…
-
There seems to be some overhead with systemjs loader compared to others. There seems to be 800-1000ms to load `angular2/angular2` lib initially even after I included the bundled version of angular. It…
-
# Bug Report
**Ionic version:**
[x] **4.5.0**
**Current behavior:**
Route in **tabs.router.module.ts**
```
const routes: Routes = [
{
path: 'tabs',
compone…
-
```
ERROR in projects/pazznetwork/ngx-chat/src/lib/services/adapters/xmpp/plugins/service-discovery.plugin.ts(109,9): error TS2322: Type '{ identities: { [attrName: string]: any; }[]; features: any[]…
-
# Bug Report
**Ionic version:**
[x] **4.x**
**Current behavior:**
While running the app on the device it will not connect to express server
**Expected behavior:**
…
-
I want to include a scrollToId() method in my ts.
fiche.html :
```
.....
....
....
…
-
When I run HabitRPG in Chrome (Version 34.0.1847.137 m), my preferred browser, it runs extremely slow (2-10 seconds before clicks get responses, especially bad on inventory and chat pages). This is p…
-
My goal is to wrap the rasa core + nlu bot into an API so that I can call it in some JavaScript-based UI, such as a simple angularjs-chat ( http://angularjs.chat/tutorials/angularjs-basic-chat-module/…