akveo / akveo/nebular

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

オープン
#2,540 コメント 0 件 リアクション 0 件 担当者 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 を短くまとめたダイジェスト。