-
-
-
We are having trouble getting the component to load within Chromium/41.0.2272. It loads fine within latest Chrome. This used to work on the same the above Chromium build before but we now get this err…
-
I have tried a lot of different configuration settings to be able to load my templates like so:
```
import myTemplateUrl from './hello-angular2-template.thtml';
angular
.module('pd')
.c…
-
When I try to build my angular-cli beta.16 app I get
```
SyntaxError: Unexpected token: operator (>)
```
I've traced it to your utils.js file in /esm/framework/utils.js
https://github.com/shlomiass…
-
- [ ] **Project Setup**
- [ ] Adapt README to Angular2 specific one
- [ ] Adapt Build system to Angular2
- [ ] Only use NPM dependencies
- [ ] **Components**
- [ ] PatternflyAutofocus
…
fh1ch updated
8 years ago
-
I used angular cli. I installed angular2-rest `npm install angular2-rest`.
I got an error :
```
ERROR in ./src/app/services/base-rest-client.service.ts
Module not found: Error: Can't resolve 'an…
-
I have two calendars inserted to one page (in separate sibling components). Every calendar has its own options:
```
-
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…