-
The application compiles the first time just fine. When changes are made the watch starts to re-compile, but fails with the following error:
```
ERROR in ./src/app/modules/main.module.ngfactory.ts…
-
Add support for unit testing Angular2 components. The existing Unit Testing Framework can only test services and utils. See #43 (and the pull request #72)
For component testing, the following are goo…
-
_From @zoechi on October 31, 2016 20:55_
```
(master) $ bazel build :dashboard_layout_demo
WARNING: Sandboxed execution is not supported on your system and thus hermeticity of actions cannot be …
-
I have two calendars inserted to one page (in separate sibling components). Every calendar has its own options:
```
-
In Angular documentation we often write: `See {@link Component}`
Which generates a link to: `Component`. But this is not quite right. It should generate a link to `Component`. No we could just change …
-
Hello.
i ran into some issues when trying to use angular2 upgrade. It throws this message:
"No module found during bootstrap, unable to init ocLazyLoad. You should always use the ng-app directive or…
-
I tried to use this but i get :
EXCEPTION: Error during evaluation of "keyup" angular2.dev.js:23514:9
ORIGINAL EXCEPTION: TypeError: e.srcElement is undefined angular2.dev.js:23514:9
ORIGINAL STACK…
-
I want to use angular-2-jsoncvs in my angular 5 project but this error was appeared:
```
ERROR in ./node_modules/angular2-json2csv/src/csv.service.ts
Module build failed: Error: C:\dev\CFinder\CFin…
-
The following is the header of my NG2 class
```
import {Component} from '@angular/core';
import { ApplicationConstants } from '../../constants/ApplicationConstants';
import { Hero } from './hero'
imp…
-
Hi there.
I am using VS2015 with Angular2.
Installed ng2-tab from npm and getting this:
"angular2-polyfills.js:349 Error: (SystemJS) require is not defined(…)"
Let me know if you need more de…