We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
angular.json
1 parent fd23e3a commit 1d61a16Copy full SHA for 1d61a16
readme.md
@@ -36,8 +36,9 @@ npm install angular-markdown-editor
36
yarn add angular-markdown-editor
37
```
38
39
-### Modify the `.angular-cli.json` file
40
-You need to add CSS Styles for the Bootstrap, Markdown Editor and Font-Awesome (the latter is optional).
+### Modify the `angular.json` file
+You need to add CSS Styles for the Bootstrap, Markdown Editor and Font-Awesome (the latter is optional).
41
+Also make sure to include the proper 3rd party javascript libraries in your `scripts` as shown below.
42
43
```json
44
"styles": [
0 commit comments