-
##### Bug Report or Feature Request (mark with an `x`)
```
- [ ] Regression (a behavior that used to work and stopped working in a new release)
- [ x] Bug report -> please search issues before subm…
-
* **I'm submitting a ...**
[X] bug report
[ ] feature request
[ ] question about the decisions made in the repository
* **Do you want to request a *feature* or report a *bug*?**
I am not sure i…
-
Since the initial date value is a timestamp of 'new Date()' the datepicker selected date does not match any date on the calendar. I was able to get around this by changing:
``` javascript
private…
-
Hello @jkuri
Thank you for your module it helps very much !! It's a great gift to the community
I'm encountering a small problem, it's probably me that doesn't know how to use your module prope…
-
Hey, guys, it's kinda weird that I have to post this in issues section, but I've a question, I'm currently working on a project in which I've to implement a search component for people, the search com…
-
Im using following code to load data from webservice.
```typescript
@Component({
selector: 'pi-names',
template: `
`
})
export class PiNames extends KeyUpComponent{
prote…
-
I have an array of strings called mins filled with values like "00","05","10"..."55". I'm creating dataService for my completer like this:
`this.dataServiceMin = completerService.local(mins, 'value…
-
the README shows how to use the `.success()` method and there are presumably others but I find no documentation on them. I'm transitioning from `ng2-toasty` that offers .default, .info, .success, .wa…
ekkis updated
3 years ago
-
I am trying to create the nested routing in my ng2 App and it seems like routerLink in the anchor link as shown below doesn't support.
`var link = '${response[i].locationName}';
marker.bindPo…
-
I really liked ngTouch for ng1 - will it work for ng2?
You might consider putting a line on readme.md about angular 2 - if it works for both or only ng1...