-
Hi,
I have trouble installing v 1.2.2 with angular2 rc5 (with angular cli)
all steps has been performed (npm install, system-config modifications, declaring the provider, importing CookieService)
t…
-
I am little bit sad that a package manager can not install packages. I think this whole npm makes life harder.
But I have no choice, it is a legacy code, so I need to build the dist.
I just typ…
-
#298 is closed but this issue is still occurring on angular 2.3.x, 2.4.0 and 2.4.1.
Error: No provider for Store!
with AOT compilation.
When trying angular 2.4 make sure to run a `npm cache cle…
-
Bit of a noob question, my apologies.
I try to run in production mode, but don't really know what command to use.
Had a look at the package.json and found the _server:run scripts, but they are fo…
-
Hi,
I am following the _https://github.com/deborahK/Angular2-GettingStarted_
While setting up the environment and issuing a couple of times
> npm insall
i am getting the following errors, Can an…
-
With this version I get this error with some of my imports (it was working fine with v2.x).
The complete error message is:
```
ERROR in ./src/polyfills.ts
Module build failed: TypeError: Cannot …
-
1、
login (credentials, callback?) {
var cb = callback || function(){};
return new Promise((resolve, reject) => {
this.authServerProvider.login(credentials).subscribe(…
-
Hi,
Thanks for this nice project, It gave me a lot to setup my applications. Now I'm thinking about adding next module and it should be GUI (based on angular2).
I have some questions and would like t…
bilak updated
8 years ago
-
Can't get this to work .
``` ts
import {Injectable} from '@angular/core';
import {CookieService} from 'angular2-cookie/core';
@Injectable()
export class SelectedCityService {
constructor(private …
-
I create an Angular 2 bundle of my app using the following config.
```
System.config({
defaultJSExtensions: true,
map: {
app: 'wwwroot/app/core',
angular2: 'node_modules/angular2',
…