You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-122Lines changed: 3 additions & 122 deletions
Original file line number
Diff line number
Diff line change
@@ -42,132 +42,13 @@ import {FusioSdkModule, FusioService as Sdk} from "ngx-fusio-sdk";
42
42
//...
43
43
imports: [
44
44
//...
45
-
FusioSdkModule
45
+
FusioSdkModule.forRoot({
46
+
baseUrl: 'https://myapi.fusio.cloud',
47
+
})
46
48
],
47
49
providers: [
48
50
{provide: Sdk, useExisting: FusioService}
49
51
],
50
52
//...
51
53
})
52
54
```
53
-
54
-
## Login
55
-
56
-
This component shows how you can build a [login controller](https://github.com/apioo/fusio-apps-developer/blob/master/src/app/login/login.component.ts).
This component shows how you can build a [register controller](https://github.com/apioo/fusio-apps-developer/blob/master/src/app/register/register.component.ts).
0 commit comments