File tree Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Expand file tree Collapse file tree 5 files changed +8
-7
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ import {UserService} from "../../service/user.service";
4
4
import { Item , NavigationService } from "../../service/navigation.service" ;
5
5
6
6
@Component ( {
7
- selector : 'fusio' ,
8
- templateUrl : './fusio .component.html' ,
9
- styleUrls : [ './fusio .component.css' ]
7
+ selector : 'fusio-bootstrap ' ,
8
+ templateUrl : './bootstrap .component.html' ,
9
+ styleUrls : [ './bootstrap .component.css' ]
10
10
} )
11
- export class FusioComponent implements OnInit {
11
+ export class BootstrapComponent implements OnInit {
12
12
user ?: User ;
13
13
menu : Array < Item > = [ ] ;
14
14
Original file line number Diff line number Diff line change @@ -32,13 +32,13 @@ import {AccountContainerComponent} from "./component/account-container/account-c
32
32
import { SubscriptionComponent } from './component/subscription/subscription.component' ;
33
33
import { CallbackComponent } from './component/subscription/callback/callback.component' ;
34
34
import { NavigationComponent } from "./component/navigation/navigation.component" ;
35
- import { FusioComponent } from "./component/fusio/fusio .component" ;
35
+ import { BootstrapComponent } from "./component/bootstrap/bootstrap .component" ;
36
36
37
37
@NgModule ( {
38
38
declarations : [
39
- FusioComponent ,
40
39
AccountComponent ,
41
40
AccountContainerComponent ,
41
+ BootstrapComponent ,
42
42
EmptyComponent ,
43
43
HelpComponent ,
44
44
LoginComponent ,
@@ -75,6 +75,7 @@ import {FusioComponent} from "./component/fusio/fusio.component";
75
75
exports : [
76
76
AccountComponent ,
77
77
AccountContainerComponent ,
78
+ BootstrapComponent ,
78
79
EmptyComponent ,
79
80
HelpComponent ,
80
81
LoginComponent ,
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ export * from './lib/abstract/query';
10
10
11
11
export * from './lib/component/account/account.component' ;
12
12
export * from './lib/component/account-container/account-container.component' ;
13
+ export * from './lib/component/bootstrap/bootstrap.component' ;
13
14
export * from './lib/component/empty/empty.component' ;
14
- export * from './lib/component/fusio/fusio.component' ;
15
15
export * from './lib/component/help/help.component' ;
16
16
export * from './lib/component/login/login.component' ;
17
17
export * from './lib/component/login/provider/provider.component' ;
You can’t perform that action at this time.
0 commit comments