-
I have in **app.module.ts**:
```
import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { FormsModule } from '@angular/forms';
import { Http…
-
I have problems with the updated version since splitting the monolithic webpack.config into multiple files. HMR seems to be broken. I say "seem" because I am clearly no expert on WebPack, but I had to…
-
I've been thinking about the persistence story in LoopBack over the last few months and have been wondering if the juggler is the right approach for the framework.
**Warning: Opinions Ahead -- Plea…
-
Hi!
Error after update to ng-lazyload-image@3.2.1.
```
"Error: Can't resolve all parameters for LazyLoadImageDirective: (?, [object Object], [object Object]).
at SyntaxError.ZoneAwareError…
-
- I tried using the `@types/google-maps` package and had problems.
- TypeScript version 2.3.4
- angular/cli version 1.1.2 (if it helps...)
- Authors: @....
@DeividasBakanas @GiedriusGrabauska…
-
I'm submitting a ...
[x ] bug report => Search github for a similar issue or PR before submitting
http://plnkr.co/edit/i58dTl1dQgrNmKQedcT5?p=preview
Current behavior
When is used within th…
-
Hi,
I am trying to use igniteui-angular2 igrid with angularcli. I am using Visual Studio Code as IDE
But when i run the application in the browser in chrome i get error as
Uncaught TypeError: Cann…
-
Hello,
Don't know if I'm really at the good place to ask this.
I'm a little bit confused about this package.
Could someone explain the main differences of approach between
**(meteor-angular2)** …
-
Seems not compatible with angular-cli >=beta-22.
Seems to be link to an incompatibility with angular 2.2* and previous version.
Maybe just need to regenerate js with a recent version of angular2…
-
Doing a perf audit shows our Angular 4 prod build is slower and bigger than our AngularJS 1 prod build.
This comes from our main js bundle:
- it's very big (500kb) without GZipping (gzip works reall…