nebular
nebular copied to clipboard
Registetered font icons pack is empty
I am installed LineAwesome icons pack with npm install line-awesome,
add to angular.json: "style" - "node_modules/line-awesome/dist/line-awesome/css/line-awesome.min.css"
and register pack with this.iconLibraries.registerFontPack('line-awesome') in app.components.ts
But iconLibraries show that I have zero icons in registered pack:

What can i do to fix this issue?