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
@@ -111,9 +111,15 @@ Please note that this SDK version supports `Angular version 9 and onwards`. For
111
111
112
112
### Initialization
113
113
114
-
To use the SDK, you need to provide it with a few configuration parameters. The configuration parameters must be passed to the `ImagekitioAngularModule` module in your `app.module.ts` file. example:
114
+
The SDK supports both **module-based** and **standalone** Angular applications.
115
+
116
+
#### Module-based Applications
117
+
118
+
To use the SDK in a module-based app, import `ImagekitioAngularModule` in your `app.module.ts`:
*`urlEndpoint` is required to use the SDK. You can get URL-endpoint from your ImageKit dashboard - https://imagekit.io/dashboard/url-endpoints.
135
-
*`publicKey` and `authenticator` parameters are required if you want to use the SDK for client-side file upload. You can get `publicKey` from the developer section in your ImageKit dashboard - https://imagekit.io/dashboard/developer/api-keys.
136
160
*`transformationPosition` is optional. The default value for the parameter is `query`. Acceptable values are `path` & `query`
137
161
138
162
> Note: Do not include your [private key](https://docs.imagekit.io/api-reference/api-introduction/api-keys#private-key) in any client-side code.
@@ -679,14 +703,8 @@ The SDK re-exports the some of the core ImageKit JavaScript SDK methods, giving
0 commit comments