-
**I'm submitting a ...** (check one with "x")
```
[X] bug report => search github for a similar issue or PR before submitting
```
**Current behavior**
When trying to compile an ng2 application wi…
-
**I'm submitting a bug about router-outlet. Or it may be my mistake.**
```
[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Plea…
-
**I'm submitting a ...** (check one with "x")
```
[x ] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[x ] support request => Please do not submit sup…
-
_From @delasteve on June 13, 2016 20:7_
In order to test a component with a view that contains `[routerLink]`'s, you currently have to do the following:
```
class MockRouter { }
class MockActivatedR…
-
> Please provide us with the following information:
> ---------------------------------------------------------------
### OS?
> Windows 7
### Versions.
> Please run `ng --version`. If there…
-
There are a couple potential ways to do this through Nashorn. Opening this issue to start the discussion and plan out how we can achieve this goal.
-
Can u please post url of the project
-
I am new to angular2, I want to know what is the possible file structure for SpringMVC4 with angular 2?
![spring4mvcangularjscrudexample_img0](https://cloud.githubusercontent.com/assets/8470762/22795…
-
1.angular psot json
`this.http.post('http://localhost:8080/city/detail/1',{"city":"11111"},null).map((res: Response) => res.json()).subscribe(res => {
observer.next(res.data);
});
…
-
Here is a link to the project: https://github.com/ipassynk/angular-springboot-jwt
ngrev on mac version 0.0.9
Trying to use ngrev on Mac. The following exception is displayed:
```
julia-mac:ang…