-
The simple below pipe fails the validation, I'm unable to figure out the root cause
```
@Pipe({name: 'capitalize'})
export class CapitalizePipe implements PipeTransform {
transform(input: s…
-
Hi there.
I have a build with webpack(with Babel) and project with ng2 rc5 written by ES6.
I'm trying to add `CookieService` to _providers_ in AppModule
``` JavaScript
import { CookieService } from…
-
Hi,
I'm developing a web browser extension (using WebExtensions standard) in which a user needs to authenticate using openid-connect. I'm facing all sorts of issues with redirects as part of the auth…
-
Multiple `UNMET PEER DEPENDENCY` warnings after running `npm install` following default app generation.
````
steve@steve-VirtualBox:~/Code/adf-example-app-1-0-0$ npm -v
3.8.6
steve@steve-Virtual…
-
I took the example given on the code tab, and an getting an error
```
ng2-bs3-modal.ts:19 EXCEPTION: Error during evaluation of "click"
ng2-bs3-modal.ts:19 EXCEPTION: Error during evaluation of "clic…
d1820 updated
7 years ago
-
@eltang has just reported that he cannot build Agent, so I freshly cloned it and reproduced the same issue that he reported. Can you look into it, @fjozsef, @ert78gb, @attilacsanyi?
Apart from solv…
-
##### **Overview of the issue**
Running "yo jhipster" but build failed on windows10
```
[4/4] Building fresh packages...
[1/8] ⠄ node-sass: C:\Python27\python.exe
[-/8] ⡀ waiting...
[-/8] ⡀ …
-
Hey guys. This is only a suggestion.
I needed to use Cookies in my app so I looked for something on npm. At first a came to this repo, but in my app I need to set the Cookie expiration to a precise d…
-
I am following "Angular 2" quickstart .When trying to do "npm install" it is failing at "typings install" step.
PS C:\Users\Milad\angular2-quickstart> npm install
npm WARN deprecated tough-cookie@2.…
-
I decided to integrate the Customer Manager Angular2 application written by Dan Whalin into this VS 2015 template (ASP.NET Core + Angular 2 template for Visual Studio)
. I have a few pages wired up b…