-
I am using multiChart with line to chart NUGT close prices. For some reason it can chart the past 90 days without problem until it gets to 1/5. If I chart until 1/4, it looks great.
I narrowed …
-
```
$ ng add ng-extract-i18n-merge --verbose
✔ Determining Package Manager
› Using package manager: npm
✔ Searching for compatible package version
› Found compatible package version: ng-extra…
semla updated
2 months ago
-
### Which @angular/* package(s) are the source of the bug?
core
### Is this a regression?
No
### Description
I set
```
platformBrowserDynamic()
.bootstrapModule(AppModule, {
defaultEnc…
-
Hi @perak
Amazing work!
Can we add angular-meteor into there?
Can I help?
Urigo updated
8 years ago
-
I'm trying to use the infoWindowTemplate with Angular2, but I can't see any example or documentation for it. My question is how can I define a template for a custom marker's window using Angular2 and …
-
Links form the backbone of hypertext documents and nothing is more annoying than dead links, especially those trying to point to other parts of a web application. That's why I propose type checked lin…
-
Just wondering there is any plans to work on the angular 2 ?
-
Hey guys, this repo pops up in discussion, and I realize with 400+ issues you are barely able to keep up with the onslaught of issues. I did some poking around and found the distributed un-minified fi…
-
## I'm submitting a...
[ x] Bug
## I'm using...
NG Dynamic Forms Version: 1.4.31
[x ] Material
## Description
When Chrome Autofills the form data, the values are not reflecte…
-
## ng-if 跟 ng-show/hide 的区别有哪些?
第一点区别是,`ng-if` 在后面表达式为 true 的时候才创建这个 dom 节点,`ng-show` 是初始时就创建了,用 `display:block` 和 `display:none` 来控制显示和不显示。
第二点区别是,`ng-if` 会(隐式地)产生新作用域,`ng-switch` 、 `ng-include` 等会…