UNPKG
@davinchi-project/icon-bar
Version:
latest (0.0.1)
0.0.1
Iconbar inspired by how to section in w3school
@davinchi-project/icon-bar
/
src
/
lib
/
icon-bar.service.ts
10 lines
(7 loc)
•
136 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
import { Injectable } from
'@angular/core'
;
@Injectable
({ providedIn:
'root'
}) export
class
IconBarService
{ constructor() { } }