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: CONTRIBUTORS-GUIDE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Contributing to the Split angular plugin
1
+
# Contributing to the Split Angular plugin
2
2
3
3
Split SDK is an open source project and we welcome feedback and contribution. The information below describes how to build the project with your changes, run the tests, and send the Pull Request(PR).
This repository contains utilities for the Angular framework, that integrates with Split JS SDK and offers an integrated experience with the Angular framework
3
6
4
7
## Overview
5
-
This utilities are designed to work with Split, the platform for controlled rollouts, which serves features to your users via feature flags to manage your complete customer experience.
8
+
9
+
These utilities are designed to work with Split, the platform for controlled rollouts, which serves features to your users via feature flags to manage your complete customer experience.
This SDK is compatible with Angular 18.2.0 and above.
11
16
12
17
## Getting started
18
+
13
19
Below is a simple example that describes the instantiation and most basic usage of our SDK:
14
20
```javascript
15
21
// Import the Service
@@ -49,9 +55,11 @@ export class AppComponent implements OnInit {
49
55
The Split team monitors all issues submitted to this [issue tracker](https://github.com/splitio/angular-sdk-plugin/issues). We encourage you to use this issue tracker to submit any bug reports, feedback, and feature enhancements. We'll do our best to respond in a timely manner.
50
56
51
57
## Contributing
52
-
Please see <Linktocontributorsguide> to find all you need to submit a Pull Request (PR).
58
+
59
+
Please see [Contributors Guide](CONTRIBUTORS-GUIDE.md) to find all you need to submit a Pull Request (PR).
53
60
54
61
## License
62
+
55
63
Licensed under the Apache License, Version 2.0. See: [Apache License](http://www.apache.org/licenses/).
56
64
57
65
## About Split
@@ -64,13 +72,17 @@ Split has built and maintains SDKs for:
*Javascript for Browser [Github](https://github.com/splitio/javascript-browser-client)[Docs](https://help.split.io/hc/en-us/articles/360058730852-Browser-SDK)
*JavaScript for Browser [Github](https://github.com/splitio/javascript-browser-client)[Docs](https://help.split.io/hc/en-us/articles/360058730852-Browser-SDK)
@@ -81,4 +93,4 @@ For a comprehensive list of open source projects visit our [Github page](https:/
81
93
82
94
**Learn more about Split:**
83
95
84
-
Visit [split.io/product](https://www.split.io/product) for an overview of Split, or visit our documentation at [help.split.io](http://help.split.io) for more detailed information.
96
+
Visit [split.io/product](https://www.split.io/product) for an overview of Split, or visit our documentation at [help.split.io](https://help.split.io) for more detailed information.
0 commit comments