akveo / akveo/nebular

<nb-icon> unable to render font awesome icons.

Abierto
#1,677 15 comentarios 0 reacciones 0 asignados Ver en GitHub
needs docs
Lenguaje dominante
TypeScript
Estrellas
8.1k
Forks
1.5k
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

### Issue type

**I'm submitting a ...** (check one with "x")

* [x] bug report
* [ ] feature request

### Issue description

**Current behavior:**

Using `` tag with font awesome icons does not render the icons ( Image1.png )
``
![Image1](https://user-images.githubusercontent.com/40677509/60547908-bcbd4b00-9cd5-11e9-9765-64c76b55f221.png)

However, using image tag `` renders it properly. ( Image2.png )
![Image2](https://user-images.githubusercontent.com/40677509/60547951-d2327500-9cd5-11e9-885c-d781ad4eb0fd.png)

Nebular version 4.1.0 is using `` everywhere instead of `` for eg. In Menu Item. so upgrading to this version is breaking all font awesome icons.

**Expected behavior:**

should work in version 4.1.0 of Nebular.

**Steps to reproduce:**

Install the following modules.

"@nebular/eva-icons": "^4.0.0-rc.8",
"@nebular/theme": "^4.1.0",
"@fortawesome/fontawesome-free": "^5.9.0",
"@angular/cli": "~8.0.6",
"@angular/compiler-cli": "~8.0.3"

**Related code:**

```
insert short code snippets here
```

### Other information:

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

```

**Angular, Nebular**
```

```

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.