-
## Bug Report
**Current Behavior**
I'm using Angular9, Rxjs, and AngularFire. I've created an observable that fetch some users, and use ShareReplay(1), so only fetch the db once. The UB is that I …
-
Hello there, i recently updated to Angular9 + Nebular 5.0.0 and ng2-smart-table version 1.6.0 but i'm not able to correctly build my project, here is the error im getting:
```
ERROR in ./node_modu…
-
I have a basic setup with rails API + devise_token_auth + actionable and angular9 app for the Front.
I basically want to send notifications to a specific group of users not all users.
My code…
-
I'm trying to use `@angular-builders/custom-webpack` in an Angular9 project with Ivy enabled to use a custom webpack for server, but I got an error
```
An unhandled exception occurred: Cannot fi…
-
Hi,
I am trying to use polytype in my angular9/typescript project
Consider the following code for single class inheritance in typescript:
```
export class AbstractBaseComponent{
form: FormGro…
-
Using the latest version of the upload on the angular9 project, when I upload a file, I can request the api interface of the server, but I cannot receive the uploaded file collection, but the previous…
-
We loved the old version, because it was possible to output the qr code as svg (and then lossless style it with css).
Since you are using node-qrcode now this should still[ be possible](https://gith…
-
**Describe the bug**
Hello everyone, I am using storybook with the last version of angular (9) on my own project. When I try to run start-storybook on my webpack dev server, I have nothing rendered…
-
- ng-alain version: 8.9.2
- Angular version: 9.1.2
Stackblitz模板:https://stackblitz.com/edit/angular-eljnrd
## 重现步骤
1.使用sf组件的array部件
2.默认展示2条数据
3.点击删除,删除全部数据
4.在submit打印数据,理论上数组应该是空,但是会存在一…
-
hello,
i am running Angular version 8.2.6 with Node version 12.16.0 on a MacBook Pro.
MacBook Pro
macOS Catalina version 10.15.4
When run "ng serve" or "ng serve --aot" CPU usage is upper 100%…