nb-icon not visible if used as shared component with Angular 10
- 主要言語
- 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**
```
```

**Angular, Nebular**
```
```
コントリビューションガイド
評価
この issue はまだ評価されていません。