We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11ae842 commit 78a8a6eCopy full SHA for 78a8a6e
projects/fusio-sdk/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ngx-fusio-sdk",
3
- "version": "1.1.5",
+ "version": "1.1.6",
4
"description": "SDK to integrate Fusio into an Angular app",
5
"keywords": [
6
"Fusio",
projects/fusio-sdk/src/lib/component/footer/footer.component.ts
@@ -2,7 +2,7 @@ import { Component, OnInit } from '@angular/core';
import {ConfigService} from "../../service/config.service";
@Component({
- selector: 'lib-footer',
+ selector: 'fusio-footer',
templateUrl: './footer.component.html',
7
styleUrls: ['./footer.component.css']
8
})
0 commit comments