Skip to content

Commit 78a8a6e

Browse files
committed
fix selector
1 parent 11ae842 commit 78a8a6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

projects/fusio-sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-fusio-sdk",
3-
"version": "1.1.5",
3+
"version": "1.1.6",
44
"description": "SDK to integrate Fusio into an Angular app",
55
"keywords": [
66
"Fusio",

projects/fusio-sdk/src/lib/component/footer/footer.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Component, OnInit } from '@angular/core';
22
import {ConfigService} from "../../service/config.service";
33

44
@Component({
5-
selector: 'lib-footer',
5+
selector: 'fusio-footer',
66
templateUrl: './footer.component.html',
77
styleUrls: ['./footer.component.css']
88
})

0 commit comments

Comments
 (0)