Skip to content

Commit fe73d0d

Browse files
authored
Update README.md
1 parent 6b8b6ee commit fe73d0d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,13 @@ npm install fastestsmallesttextencoderdecoder
3838
```
3939

4040
## AngularJS
41-
Jack Giffin, the creator of this library, has never used AngularJS and, in his research, he could not find a way to incorperate AngularJS with its typing into this library without adding many new files to the top level directory, which would clutter this library. If you are using AngularJS, the current reccomendation is to use the dropbox scripts under the Quick Start section at the top. Alternatively, if you want to help out a fellow developer, Jack would much appreciate your help in integrating AngularJS into this library; please edit this project to integrate AngularJS, then open a pull request so that Jack can merge it.
41+
Open a terminal in your project's directory, and install fastestsmallesttextencoderdecoder via npm.
42+
43+
```Bash
44+
npm install fastestsmallesttextencoderdecoder
45+
```
46+
47+
Then, add `import 'fastestsmallesttextencoderdecoder';` to your polyfills.ts file.
4248

4349
## Browser Support
4450

0 commit comments

Comments
 (0)