akveo / akveo/nebular

nb-icon not visible if used as shared component with Angular 10

未关闭
#2,540 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
TypeScript
星标
8.1k
派生
1.5k
PR 合并指标
30 天内没有已合并 PR

描述

### Issue type
* [x ] bug report

### Issue description

**Current behavior:**

If we use nb-icon in/as shared module then its not visible in parent or used component.
**Expected behavior:**

It should visible and work as it works
**Steps to reproduce:**

**Related code:**

```




{{text}}

Please Select file




@NgModule({
declarations: [CloudUploadComponent],
exports: [
CloudUploadComponent
],
imports: [
CommonModule
]
})
export class SharedModule { }
`**Inclucded in parent module**`

```
@NgModule({
declarations: [AddModifyComponent, ListingComponent, DetailComponent],
imports: [
SharedModule,
CommonModule
]
})
export class PropertyModule { }

**In component**
```




```

```
```

### Other information:

**npm, node, OS, Browser**
```

```
![image](https://user-images.githubusercontent.com/2935852/94947939-19706c80-04fc-11eb-89ed-fbacc3e5ae66.png)

**Angular, Nebular**
```

```

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。