-
I've found that since 0.18 of awesome-typescript-loader, I'm getting the following error when trying to run a webpack build using TypeScript 1.8.10.
`Module build failed: Error: Debug Failure. False …
-
50% 2/3 build modulesModuleParseError: Module parse failed: /home/dmitriy/projects/angular-quickstart/node_modules/angular2-template-loader/index.js!/home/dmitriy/projects/angular-quickstart/src/app/…
-
@andipavllo @erisu @frankdiox
__Environment__
Monaca CLI 2.1.7
monaca-lib 2.2.4
__Encountered problem__
The current webpack config for Angular 2 crashes with the following error when `fo…
-
When I add this to my commonconfig in webpack, it throws this error. I can't understand why is it occurring or how to solve this. Any help will be appreciated.
-
Hello,
I'm getting the following error when I try to run my Angular 5 project:
`ERROR in ./node_modules/angular2-json2csv/src/csv.service.ts
Module build failed: Error: XXXX\node_modules\angu…
-
Hi guys,
I have an issue at the compilation when i launch **gulp build** which is :
```
modulesModuleNotFoundError: Module not found: Error: Cannot resolve module 'highcharts/highcharts-more'
....…
-
This issue relates to a discussion had on twitter about adopting a frontend framework for easier development.
Original thread: https://twitter.com/nmdmatt/status/860206053048414209
#### Angular …
-
Typescript Error:
Type 'ElementRef' is not generic.
node_modules/angular2-draggable/lib/angular-resizable.directive.d.ts:
constructor(el: ElementRef < HTMLElement > , renderer: Renderer2);
-
in chrome i got this error :
moduleId should be a string in "MdCalendarBody". See https://goo.gl/wIDDiL for more information.
package.json:
"devDependencies": {
"angular/animations": "^5.…
hdm91 updated
6 years ago
-
Please, observe the following TypeScript file:
```
import { Component } from "@angular/core";
@Component({
selector: 'app-root',
templateUrl: './app/app.component.html'
})
export class AppCo…