Explorar el Código

Merge pull request #1316 from ckeditor/t/1315

Docs: Removed section about `allowJs` option from the angular integration docs.
Piotrek Koszuliński hace 7 años
padre
commit
9896a65989
Se han modificado 1 ficheros con 0 adiciones y 8 borrados
  1. 0 8
      docs/builds/guides/frameworks/angular.md

+ 0 - 8
docs/builds/guides/frameworks/angular.md

@@ -32,14 +32,6 @@ Assuming that you picked [`@ckeditor/ckeditor5-build-classic`](https://www.npmjs
 npm install --save-dev @ckeditor/ckeditor5-build-classic
 ```
 
-**Note:** You may need to allow external JavaScript in your project's `tsconfig.json` for the builds to work properly:
-
-```json
-"compilerOptions": {
-	"allowJs": true
-}
-```
-
 Now, add `CKEditorModule` to your application module imports:
 
 ```ts