-
`ERROR in ./node_modules/angular2-wizard/src/wizard-step.component.ngfactory.ts
Module build failed: Error: /home/isaac/apps/app/live/node_modules/angular2-wizard/src/wizard-step.component.ngfactory.…
-
After running `npm install` followed by `npm run build` I get the following error on my laptop:
> marc@marc-ThinkPad-X1-Carbon ~/git/angular2-library $ npm run build
>
> > angular2-sdk@0.0.0 bui…
-
```
ERROR in ./node_modules/angular2-google-chart/directives/angular2-google-chart.directive.ts
Module build failed: Error: /Users/jingshaochen/Documents/pgm/hashmon/node_modules/angular2-google-cha…
-
ERROR in ./node_modules/angular2-google-chart/directives/angular2-google-chart.directive.ts
Module build failed: Error: C:\AngularProject\xxxxx\frontend\node_modules\angular2-google-chart\directives\…
-
### : Angular 14+ with Iv rendering give warning
Processing legacy "View Engine" libraries:
- angular2-promise-buttons [es2015/esm2015] (git+ssh://git@github.com/johannesjo/angular2-promise-butt…
-
Thank you for your work, I like this library very much.
Angular2 has better performance than ng1. Do you have any plan to implement this library using angular2?
Thank you.
-
Angular2 isn't doing change detection for the app. To overcome this the code has `this.changeref.detectChanges()` and `this.zone.run(() => {}`
Angular2 should do change detection.
I think the reason…
-
They pollute Dart code. Example:
This:
```
import {
CONST, FINAL, ABSTRACT
} from 'angular2/src/facade/lang';
@ABSTRACT()
class Blah {
@FINAL()
i;
@CONST()
constructor(a) {
this.i = …
-
Module build failed: Error: /var/www/html/Project/Project_angular2/node_modules/angular2-google-login/index.ts is missing from the TypeScript compilation. Please make sure it is in your tsconfig via t…
-
As a Developer I do not want to update all imports (e.g. within index.html, karma.config.js,..) of angular2-modal when updating the library
Current situation:
- updating version of angular2-modal
- t…