Skip to content

Instantly share code, notes, and snippets.

View xouqoa's full-sized avatar

Jason Weible xouqoa

  • Downtown DFW, TX
View GitHub Profile
import { Injectable } from '@angular/core';
import { NbIconLibraries } from '@nebular/theme';
@Injectable({ providedIn: 'root' })
export class IconsService {
private yourIcons = { 'icon1': '<svg></svg>', 'icon2': '<svg></svg>' };
constructor(private _nbIconLibraries: NbIconLibraries) {}
load() {