Skip to content

Commit

Permalink
Merge branch 'master' of github.com:froala/angular2-froala-wysiwyg
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanneculai committed Sep 12, 2018
2 parents 0b7ea0d + 828c638 commit b7d69ca
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,18 +88,18 @@ import { FroalaEditorModule, FroalaViewModule } from 'angular-froala-wysiwyg';
```json
"styles": [
"styles.css",
"../node_modules/froala-editor/css/froala_editor.pkgd.min.css",
"../node_modules/froala-editor/css/froala_style.min.css",
"../node_modules/font-awesome/css/font-awesome.css"
"./node_modules/froala-editor/css/froala_editor.pkgd.min.css",
"./node_modules/froala-editor/css/froala_style.min.css",
"./node_modules/font-awesome/css/font-awesome.css"
]
```

- in `angular.json` file insert a new entry into the `scripts` array

```json
"scripts": [
"../node_modules/jquery/dist/jquery.min.js",
"../node_modules/froala-editor/js/froala_editor.pkgd.min.js"
"./node_modules/jquery/jquery.min.js",
"./node_modules/froala-editor/js/froala_editor.pkgd.min.js"
]
```

Expand Down

0 comments on commit b7d69ca

Please sign in to comment.